Bug 52675

Summary: [RegexFuzz] Crash in generated code
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, jruderman, msaboff, oliver
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Regression: Simple nested backtrack hangs darin: review+

Oliver Hunt
Reported 2011-01-18 15:52:35 PST
testRegexp("(?!(?:\\3+(s+?)))", "gy", ["==","SSS","","","","","","11","=","11SSS"]) Reduced to /(?!(?:\1+s))/.test('SSS')
Attachments
Regression: Simple nested backtrack hangs (4.91 KB, patch)
2011-01-19 09:46 PST, Michael Saboff
darin: review+
Geoffrey Garen
Comment 1 2011-01-18 18:08:46 PST
Michael Saboff
Comment 2 2011-01-19 09:46:53 PST
Created attachment 79436 [details] Regression: Simple nested backtrack hangs The changeset (r76076) for https://bugs.webkit.org/show_bug.cgi?id=52540 broke simple backtracking in some cases. Reworked that change to link both jumps and labels.
Michael Saboff
Comment 3 2011-01-19 09:58:45 PST
Note You need to log in before you can comment on or make changes to this bug.