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 Add relative coordinates in JSON for i3bar click events (fixes #2767) 2017-12-20 22:51:14 +05:30
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 Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
outputs.c i3bar: free output data structures 2017-12-03 20:25:34 +02:00
parse_json_header.c Ensure all *.[ch] files include config.h 2016-10-23 21:09:24 +02:00
workspaces.c Add strip_workspace_name 2018-03-11 12:17:42 +08:00
xcb.c Fix "relative_x" and "width" of click events 2018-09-16 14:58:20 +03:00