wlroots/backend
Tony Crisci 8b6dc48355 bugfix: add null check on output gbm on pageflip
The gbm for the output might be null for the pageflip in the case that
the output has been disconnected. The gbm might be set to null by
wlr_drm_output_cleanup() in this case.

If the output is cleaned up before the pageflip, then a double free
will crash the compositor on the call to gbm_surface_release_buffer()
in the pageflip handler. The outputs buffer object bo[1] will point to
invalid memory.
2017-07-24 19:50:13 -04:00
..
drm bugfix: add null check on output gbm on pageflip 2017-07-24 19:50:13 -04:00
libinput Make event names consistent 2017-06-21 14:07:09 -04:00
multi Reorganize wlr-common 2017-06-21 12:10:07 -04:00
wayland Remove excessive logging in wayland backend 2017-06-28 16:35:18 -04:00
CMakeLists.txt Revert "Merge pull request #27 from ascent12/meson" 2017-07-11 22:16:56 -04:00
backend.c Reorganize wlr-common 2017-06-21 12:10:07 -04:00
egl.c Switch to GLES2 2017-06-23 11:38:45 -04:00
udev.c Reorganize wlr-common 2017-06-21 12:10:07 -04:00