Public bug reported:

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

** Affects: oxide
     Importance: Medium
         Status: Triaged

** Changed in: oxide
   Importance: Undecided => Medium

** Changed in: oxide
       Status: New => Triaged

-- 
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:
  Triaged

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

-- 
Mailing list: https://launchpad.net/~ubuntu-webapps-bugs
Post to     : ubuntu-webapps-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-webapps-bugs
More help   : https://help.launchpad.net/ListHelp

Reply via email to