[Webkit-unassigned] [Bug 182282] [WinCairo] NULL pointer crash in GraphicsContext::getWindowsContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 30 01:45:43 PST 2018


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

--- Comment #1 from Christopher Reid <christopher.reid at am.sony.com> ---
It looks like the issue is caused because m_data is not being initialized when using the GraphicsContext factory constructor. platformInit is not being called here because GraphicsContextImpl creates its own GraphicsContextPlatformPrivate object. It seems like windows GraphicsContexts should be conditionally using a GraphicsContextPlatformPrivate object from GraphicsContextImpl instead of trying to directly access to m_data.

-- 
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/20180130/1f22a517/attachment.html>


More information about the webkit-unassigned mailing list