Changeset 31388 for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- 03/27/08 23:41:17 (8 months ago)
- Files:
-
- 1 modified
-
trunk/JavaScriptCore/ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r31353 r31388 1 2008-03-27 Darin Adler <darin@apple.com> 2 3 Reviewed by Mark Rowe. 4 5 <rdar://problem/5826236> Regular expressions with large nested repetition counts can have their 6 compiled length calculated incorrectly. 7 8 * pcre/pcre_compile.cpp: 9 (multiplyWithOverflowCheck): 10 (calculateCompiledPatternLength): Check for overflow when dealing with nested repetition counts 11 and bail with an error rather than returning incorrect results. 12 1 13 2008-03-26 Mark Rowe <mrowe@apple.com> 2 14