Skip to content

render/drm_format_set: fix corruption in wlr_drm_format_set_remove()

Simon Ser requested to merge emersion/wlroots:fix-fmt-set-rm into master

A single byte was moved instead of a full uint64_t. This results in corrupted lists containing bogus modifiers.

Merge request reports

Loading