Changeset 75991 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 17, 2011, 6:10:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r75971 r75991 1 2011-01-17 Michael Saboff <[email protected]> 2 3 Reviewed by Oliver Hunt. 4 5 [regexfuzz] Crash running regex with lookahead 6 https://bugs.webkit.org/show_bug.cgi?id=52548 7 8 Eliminated agressive chaining of backtracks. This code was overwriting 9 already valid backtrack information. 10 11 * yarr/YarrJIT.cpp: 12 (JSC::Yarr::YarrGenerator::ParenthesesTail::processBacktracks): 13 1 14 2011-01-17 Tony Gentilcore <[email protected]> 2 15
Note:
See TracChangeset
for help on using the changeset viewer.