Bug 52662

Summary: [RegexFuzz] Hang with forward assertion
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: barraclough, ggaren, jruderman, msaboff, oliver
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

Oliver Hunt
Reported 2011-01-18 13:52:29 PST
testRegexp("((?:(?:(4|(?!4)|\\d|))?))?", "imy", ["","","","","","","","","",""]); Further reduced to: /((?:(4)?))?/.test("")
Attachments
Geoffrey Garen
Comment 1 2011-01-18 14:16:28 PST
Oliver Hunt
Comment 2 2011-01-18 15:22:06 PST
*** This bug has been marked as a duplicate of bug 52540 ***
Note You need to log in before you can comment on or make changes to this bug.