Bug 52662 - [RegexFuzz] Hang with forward assertion
Summary: [RegexFuzz] Hang with forward assertion
Status: RESOLVED DUPLICATE of bug 52540
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-01-18 13:52 PST by Oliver Hunt
Modified: 2011-01-18 15:22 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2011-01-18 13:52:29 PST
testRegexp("((?:(?:(4|(?!4)|\\d|))?))?", "imy", ["","","","","","","","","",""]);

Further reduced to:
/((?:(4)?))?/.test("")
Comment 1 Geoffrey Garen 2011-01-18 14:16:28 PST
<rdar://problem/8881186>
Comment 2 Oliver Hunt 2011-01-18 15:22:06 PST

*** This bug has been marked as a duplicate of bug 52540 ***