Closed
Bug 1369803
Opened 8 years ago
Closed 8 years ago
Potential crash under ScriptSource::xdrEncodeFunction
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: nbp, Assigned: nbp)
References
Details
Attachments
(1 file)
810 bytes,
patch
|
shu
:
review+
|
Details | Diff | Splinter Review |
As mentioned in Bug 1368992 comment 5, we might have nullptr-SEGV crashes if we OOM under JS::StartIncrementalEncoding, or failed to encode the top-level JSScript.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8873909 -
Flags: review?(shu)
Updated•8 years ago
|
Attachment #8873909 -
Flags: review?(shu) → review+
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/fd90d75e1b51
Allow FinishIncrementalEncoding call even if StartIncrementalEncoding call failed. r=shu
Comment 3•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → nicolas.b.pierron
You need to log in
before you can comment on or make changes to this bug.
Description
•