wlroots-hyprland/backend/drm
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
..
backend.c Add wl_output globals for wlr_outputs 2017-06-22 14:27:35 -04:00
drm.c bugfix: add null check on output gbm on pageflip 2017-07-24 19:50:13 -04:00