Go to file
lrn@chromium.org 6e13e8ce37 Parsing a RegExp decimal escape could overflow, making an otherwise too large
decimal escape be accepted as a capture index.
We introduce a limit on the nubmer of allowed captures in a regexp, and break off
parsing of the decimal escape at that point.


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1189 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-01-30 10:38:25 +00:00
benchmarks Fix benchmarks to not format scores that are really errors. 2009-01-13 09:27:47 +00:00
include Enable programmatic access to Profile pause/resume 2009-01-29 19:47:00 +00:00
samples Adds a --help option and usage message listing all flags to V8. 2008-11-06 10:43:15 +00:00
src Parsing a RegExp decimal escape could overflow, making an otherwise too large 2009-01-30 10:38:25 +00:00
test Parsing a RegExp decimal escape could overflow, making an otherwise too large 2009-01-30 10:38:25 +00:00
tools jsmin does not have our copyright header and shouldn't have. Exclude 2009-01-28 11:49:44 +00:00
AUTHORS Apply patch from Alexander Botero-Lowry that adds FreeBSD platform 2008-11-21 10:06:29 +00:00
ChangeLog Prepare push to trunk. Now working on version 1.0.0. 2009-01-27 09:44:41 +00:00
LICENSE Further minify non-visible JavaScript. 2009-01-28 10:15:11 +00:00
SConstruct Enabling splitting building with snapshots in to building the mksnapshot executable and building with a snapshot to facilitate building for ARM with a crosstool compiler. 2009-01-30 09:34:55 +00:00