7c0994dafc
Fixes for undefined behaviour on signed shift Change literal 1 to unsigned to allow safe bitshift of 31. Caught by cppcheck. Make 0xFF unsigned to prevent a left shift into signed bit. Spotted by @orestisf1993 |
||
---|---|---|
.. | ||
child.c | ||
config.c | ||
ipc.c | ||
main.c | ||
mode.c | ||
outputs.c | ||
parse_json_header.c | ||
workspaces.c | ||
xcb.c |