gri3-wm/i3bar/src
Alan Barr 7c0994dafc Fixes for undefined behaviour on signed shift (#3453)
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
2018-10-13 21:04:40 +03:00
..
child.c
config.c Merge pull request #3246 from orestisf1993/bar-modifier-3234 2018-04-17 13:13:18 +02:00
ipc.c Fixes for undefined behaviour on signed shift (#3453) 2018-10-13 21:04:40 +03:00
main.c Add an i3bar flag: --verbose 2018-04-13 23:09:44 +08:00
mode.c
outputs.c
parse_json_header.c
workspaces.c
xcb.c Fix "relative_x" and "width" of click events 2018-09-16 14:58:20 +03:00