sway/common
artiqknight 0b45abb064 Added null pointer checks to non-static functions
Since create_list can return NULL, functions receiving a list
should check for null pointers I believe.
Lists are used a lot throughout sway and often are assumed not to be
NULL. It's a small thing but I haven't been using sway for that long
and I figured this is a good place to start.
2018-12-05 13:25:14 +01:00
..
background-image.c Use #if instead of #ifdef 2018-11-18 00:33:06 +01:00
cairo.c Use #if instead of #ifdef 2018-11-18 00:33:06 +01:00
ipc-client.c prevent ub caused by misaligned stores/loads 2018-09-02 17:07:12 -07:00
list.c Added null pointer checks to non-static functions 2018-12-05 13:25:14 +01:00
log.c Update for swaywm/wlroots#1126 2018-07-09 22:54:30 +01:00
loop.c Increase _POSIX_C_SOURCE to 200112L 2018-10-17 11:09:58 +02:00
meson.build Move swaybar's event loop to common directory and refactor 2018-10-15 00:26:27 +10:00
pango.c Fix stringop-overflow warnings 2018-10-17 13:00:12 +02:00
readline.c swaybar: rewrite protocol determination 2018-09-18 11:36:33 +01:00
stringop.c Replace _XOPEN_SOURCE with _POSIX_C_SOURCE 2018-11-25 17:19:43 +01:00
unicode.c utf8_size: fix loop boundary 2018-07-02 08:03:41 +09:00
util.c Merge pull request #3083 from c-edw/feature/StripWorkspaceName 2018-11-19 17:56:18 +01:00