Closed
Bug 1637312
Opened 5 years ago
Closed 5 years ago
Fifo::eraseIf() should call Fifo::fixup()
Categories
(Core :: JavaScript Engine, defect, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: anba, Assigned: jorendorff)
Details
Attachments
(1 file)
Fifo::fixup()
must be called after any modifications, but it's not called in Fifo::eraseIf()
.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → jorendorff
Severity: -- → S4
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Spotted by André Bargull.
Pushed by jorendorff@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/78798672d2bc
Restore invariants after removing elements in Fifo::eraseIf(). r=mgaudet.
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•