Bug 52662
Summary: | [RegexFuzz] Hang with forward assertion | ||
---|---|---|---|
Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
Component: | JavaScriptCore | Assignee: | 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
testRegexp("((?:(?:(4|(?!4)|\\d|))?))?", "imy", ["","","","","","","","","",""]);
Further reduced to:
/((?:(4)?))?/.test("")
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Geoffrey Garen
<rdar://problem/8881186>
Oliver Hunt
*** This bug has been marked as a duplicate of bug 52540 ***