RESOLVED FIXED 52675
[RegexFuzz] Crash in generated code
https://bugs.webkit.org/show_bug.cgi?id=52675
Summary [RegexFuzz] Crash in generated code
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.