Skip to content

backend/drm: prevent out-of-bounds array access on unknown subpixel

Simon Ser requested to merge emersion/wlroots:subpixel-crash into master

If the kernel adds new enum entries for subpixel, don't read past the end of the subpixel_map array.

Merge request reports