Skip to content

Fix left shift of 1 by 31 places in print_bitmask

Simon Ser requested to merge github/fork/emersion/u32-bitshift into master

UBSan prints this error message:

../drm_info.c:641:19: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'

Merge request reports