[Webkit-unassigned] [Bug 194497] New: [WPE] Do not try to create empty egl windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 04:06:49 PST 2019


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

            Bug ID: 194497
           Summary: [WPE] Do not try to create empty egl windows
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WPE WebKit
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bugs-noreply at webkitgtk.org

In AcceleratedSurfaceWPE we ensure the size we pass to wpe is at least 0x0, but wl_egl_window_create() returns nullptr if 0 is passed as width or height. We should use at least 1x1 instead.

-- 
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/20190211/99b50e31/attachment.html>


More information about the webkit-unassigned mailing list