WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
194497
[WPE] Do not try to create empty egl windows
https://bugs.webkit.org/show_bug.cgi?id=194497
Summary
[WPE] Do not try to create empty egl windows
Carlos Garcia Campos
Reported
2019-02-11 04:06:49 PST
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.
Attachments
Patch
(2.08 KB, patch)
2019-02-11 04:08 PST
,
Carlos Garcia Campos
zan
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2019-02-11 04:08:44 PST
Created
attachment 361671
[details]
Patch
Carlos Garcia Campos
Comment 2
2019-02-11 06:08:11 PST
Committed
r241262
: <
https://trac.webkit.org/changeset/241262
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug