Bug 309048

Summary: URLPattern.exec() crashes with nested capturing group
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: DOMAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Chris Dumez
Reported 2026-03-02 23:50:26 PST
URLPattern.exec() crashes with nested capturing group: ``` new URLPattern({ pathname: "/:foo((?<x>a))" }).exec({ pathname: "/a" }); ```
Attachments
Chris Dumez
Comment 1 2026-03-02 23:50:38 PST
Chris Dumez
Comment 2 2026-03-02 23:55:23 PST
EWS
Comment 3 2026-03-03 01:56:53 PST
Committed 308534@main (e3f20183b0c4): <https://commits.webkit.org/308534@main> Reviewed commits have been landed. Closing PR #59781 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.