sway/common
progandy bf4056a2c6 common: use strtoul in parse_color to avoid clamp
Some implementations of strtol may clamp the values to LONG_MAX instead of
wrapping around to negative values, so use strtoul instead to parse colors.
2016-08-04 14:37:54 +02:00
..
CMakeLists.txt implement solid color rendering for swaybg 2016-07-30 18:50:13 -05:00
ipc-client.c common: fix potential buffer overflow 2016-05-01 13:57:23 +01:00
list.c implement stable sort for lists 2016-06-02 15:48:14 -05:00
log.c Add timestamp to log messages 2016-07-28 22:15:14 -04:00
readline.c Common: Readline: Ignore newline on '\' escaped line ends. 2016-06-06 00:17:27 +02:00
stringop.c common/stringop.c: a premature decrement meant an element of argv was never released 2016-04-29 18:00:21 +01:00
util.c common: use strtoul in parse_color to avoid clamp 2016-08-04 14:37:54 +02:00