After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 710727 - Passing a NULL region to gdk_wayland_window_set_opaque_region causes segfault
Passing a NULL region to gdk_wayland_window_set_opaque_region causes segfault
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: Wayland
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-10-23 14:28 UTC by Jack Leigh
Modified: 2013-10-24 09:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Check region is not NULL (778 bytes, patch)
2013-10-23 14:28 UTC, Jack Leigh
none Details | Review

Description Jack Leigh 2013-10-23 14:28:21 UTC
Created attachment 257929 [details] [review]
Check region is not NULL

cairo cannot handle being passed a NULL region.
Attached patch fixes this.
Comment 1 Matthias Clasen 2013-10-23 21:11:01 UTC
This was already fixed (differently) in 
commit be4a6e301bc79a9ee64de4ee4823f89fc66e9e2a
Comment 2 Jack Leigh 2013-10-24 09:24:23 UTC
Wow, totally missed that.
Cheers.