base::UncheckedMalloc doesn't work correctly in Oxide
Bug #1595321 reported by
Chris Coulson
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
Fix Released
|
Medium
|
Chris Coulson |
Bug Description
This is meant to allocate memory in a way that doesn't abort on OOM. This doesn't work in Oxide though because it just delegates to malloc(), which is overridden by the renderer executable with an implementation that does abort
Related branches
Changed in oxide: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in oxide: | |
assignee: | nobody → Chris Coulson (chrisccoulson) |
milestone: | none → branch-1.17 |
status: | Triaged → Fix Released |
To post a comment you must log in.