[Webkit-unassigned] [Bug 139868] Too large plugins are crashing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 16 04:04:05 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=139868

--- Comment #10 from Gabor Rapcsanyi <rgabor at webkit.org> ---
Now thats a problem on Gtk as well after enabling bmalloc.

PassRefPtr<ShareableBitmap> ShareableBitmap::create(const IntSize& size, Flags flags) 
using tryFastMalloc to allocate memory but it seems if it can't allocate enough memory it will just crash instead of returning with null.

I think we should implement the tryFastMalloc correctly or if we don't want to support this then rename it and clear the return value checks to prevent confusion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150216/66f0338a/attachment-0002.html>


More information about the webkit-unassigned mailing list