mirror of
https://github.com/brl/mutter.git
synced 2025-03-09 21:05:02 +00:00

A wl_surface may have a wl_subsurface interface, but no buffers attached yet, even though the geometry calculation code for surfaces/subsurfaces assumes everything has already a buffer. Just skip subsurfaces that don't have a buffer, those can't be set a geometry yet, and right now it's crashing accessing the texture from the NULL surface->buffer. https://bugzilla.gnome.org/show_bug.cgi?id=735452