Changeset 41849 in webkit for trunk/JavaScriptCore/pcre
- Timestamp:
- Mar 19, 2009, 5:52:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/pcre/pcre_exec.cpp
r41252 r41849 176 176 avoid spending exponential time on complex regular expressions. */ 177 177 178 static const unsigned matchLimit = 100000 ;178 static const unsigned matchLimit = 1000000; 179 179 180 180 #ifdef DEBUG
Note:
See TracChangeset
for help on using the changeset viewer.