Skip to content

vulkan/wsi/wayland: fix unaligned load of dev_t

Simon Ser requested to merge emersion/mesa:wl-dev-t-align into main

Fixes the following UBSan error:

../src/vulkan/wsi/wsi_common_wayland.c:654:27: runtime error: load of misaligned address 0x6110000666b4 for type 'dev_t' (aka 'unsigned long'), which requires 8 byte alignment

Merge request reports