ubuntu-webapps-bugs team mailing list archive
-
ubuntu-webapps-bugs team
-
Mailing list archive
-
Message #04183
[Bug 1595321] Re: base::UncheckedMalloc doesn't work correctly in Oxide
** Changed in: oxide
Assignee: (unassigned) => Chris Coulson (chrisccoulson)
** Changed in: oxide
Milestone: None => branch-1.17
** Changed in: oxide
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1595321
Title:
base::UncheckedMalloc doesn't work correctly in Oxide
Status in Oxide:
Fix Released
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
To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1595321/+subscriptions
References