Closed
Bug 1784454
Opened 3 years ago
Closed 3 years ago
Initialise dense elements before calling copyDenseElements in array_toSpliced
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(1 file)
copyDenseElements
requires that all elements are properly initialised, so we have to use ensureDenseInitializedLength
.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/606f0b7ff7ac
Initialise dense elements before copying into them. r=mgaudet
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•