[Webkit-unassigned] [Bug 233217] [iOS 15] Nullptr crashes in ShareableBitmap::createGraphicsContext, mostly on twitter.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 15:51:13 PST 2021


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

--- Comment #3 from Cameron McCormack (:heycam) <heycam at apple.com> ---
It's possible ShareableBitmap::create returned null due to either numBytes overflowing  (though that would require something like a 32k x 32k image) or the ShareableBitmapMalloc::tryMalloc call failing.  Either way, PageClientImpl::startDrag should probably defend against ShareableBitmap::create returning null.

-- 
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/20211116/3e1e5111/attachment-0001.htm>


More information about the webkit-unassigned mailing list