Bug 42665
| Summary: | YARR: "Assertion failure: (unsigned) end <= input->length()" | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Oliver Hunt <oliver> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | barraclough |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | PC | ||
| OS: | OS X 10.5 | ||
| URL: | https://bugzilla.mozilla.org/show_bug.cgi?id=576832 | ||
Oliver Hunt
From mozilla: https://bugzilla.mozilla.org/show_bug.cgi?id=576832
js> /((?=))*/.exec("")
Assertion failure: (unsigned) end <= input->length(), at ../jsregexp.cpp:252
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gavin Barraclough
cannot repro a bug here.