[Webkit-unassigned] [Bug 125868] Crash when trying to copy image

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 13 15:40:18 PST 2015


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

--- Comment #9 from Jeremy Zerfas <WebKit at JeremyZerfas.com> ---
I looked into this more and the crash was fixed by the null check that was added while creating a shared memory buffer in WebPlatformStrategies.cpp in revision 167180.

> Why are we trying to use the same bug report for this issue?

I added this patch to this bug because it is sort of related to this bug. My patch reduces the amount of memory that is used while copying an image which would make the crash occur less often without the null check or make the copy less likely to partially fail with the null check. I can create a new bug and add the patch to that if that would be preferable.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151213/ec7fd950/attachment-0001.html>


More information about the webkit-unassigned mailing list