Closed
Bug 1510624
Opened 6 years ago
Closed 6 years ago
StructuredClone array reader should initialize target array even in error cases
Categories
(Core :: JavaScript Engine, defect, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla67
People
(Reporter: wingo, Assigned: wingo)
Details
Attachments
(1 file)
If there is an error when reading an array in StructuredClone, the tail of the target array may remain uninintialized. This should be fixed. See https://phabricator.services.mozilla.com/D10046?id=29106#inline-49460.
Updated•6 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Comment 2•6 years ago
|
||
| bugherder landing | ||
Keywords: checkin-needed
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•6 years ago
|
status-firefox66:
--- → ?
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•