Skip to content

wlr_scene: Fix crash when committing NULL buffer

Alexander Orzechowski requested to merge Nefsen402/wlroots:crash into master

If we commit a null buffer, we want to avoid the buffer damage path and instead just update the node to avoid it.

Merge request reports