[Webkit-unassigned] [Bug 156972] [GTK] Crashes if DISPLAY is unset

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 25 05:31:11 PDT 2016


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

--- Comment #2 from Carlos Garcia Campos <cgarcia at igalia.com> ---
Comment on attachment 277239
  --> https://bugs.webkit.org/attachment.cgi?id=277239
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=277239&action=review

> Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp:52
> -    if (m_ownedDisplay)
> +    if (m_ownedDisplay && m_display)

what about initializing m_ownedDisplay to false if display is NULL? we can't own a display that doesn't exist.

-- 
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/20160425/bebdf929/attachment.html>


More information about the webkit-unassigned mailing list