Closed
Bug 1686500
Opened 4 years ago
Closed 4 years ago
Update etagere dependency to 0.2.4
Categories
(Core :: Graphics: WebRender, task, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: nical, Assigned: nical)
Details
Attachments
(1 file)
The new version contains a few bug fixes found by fuzzing. We can't run into any of them in gecko because we only use the non-bucketed allocator and for this one the fixed bugs require very large allocation sizes that can cause overflows (the max we only ever request in gecko is 512). But I'd still rather stay up to date with the latest version. It also fixes the bug we had with the bucketed allocator so we can consider using it again if need be.
Assignee | ||
Comment 1•4 years ago
|
||
The new version contains
- A bug fix for the bucketed allocator (we don't currently use it)
- A few fixes that can happen when requesting large enough allocation sizes to cause integer overflows. At the moment we never request an allocation larger than 512px so we are safe but it's still good to stay up to date.
Pushed by nsilva@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/402646c5ba8f
Update etagere to 0.2.4 r=gfx-reviewers,kvark
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•