Closed
Bug 1488463
Opened 7 years ago
Closed 7 years ago
Unreported OOM during regexp compilation
Categories
(Core :: JavaScript Engine, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
|
1.24 KB,
patch
|
nbp
:
review+
|
Details | Diff | Splinter Review |
RegExpShared::compile() doesn't report an exception if the call to addTable() fails.
| Assignee | ||
Comment 1•7 years ago
|
||
Patch to add missing call to ReportOutOfMemory().
Attachment #9006286 -
Flags: review?(nicolas.b.pierron)
Updated•7 years ago
|
Attachment #9006286 -
Flags: review?(nicolas.b.pierron) → review+
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/ccd4dbac66cd
Handle OOM in RegExpShared::compile() r=nbp
Comment 3•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•