Closed
Bug 1898614
Opened 6 months ago
Closed 6 months ago
Fix undefined behavior caught in bug 1897088
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
128 Branch
Tracking | Status | |
---|---|---|
firefox128 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
For some reason, adding bytemuck support to euclid makes the memory usage go up significantly. Until that can be figured out, let's already fix the UB that were caught forcing types that are sent to update_vbo_data to be Pod.
Assignee | ||
Comment 1•6 months ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/45f6111c31a4
Fix undefined behavior caught in bug 1897088. r=gfx-reviewers,gw
Status: NEW → RESOLVED
Closed: 6 months ago
status-firefox128:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 128 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•