wmii/lib/libstuff
David du Colombier d3b212ad29 lib/libstuff/x11/colors: fix initialization of CTuple in loadcolor
This error was reported by Valgrind:

==237870== Conditional jump or move depends on uninitialised value(s)
==237870==    at 0x484AF0E: bcmp (vg_replace_strmem.c:1221)
==237870==    by 0x40C9DB: update_imgs (div.c:117)
==237870==    by 0x40CB4C: div_update_all (div.c:138)
==237870==    by 0x420A0F: view_arrange (view.c:611)
==237870==    by 0x41F88C: view_update (view.c:337)
==237870==    by 0x418B59: message_root (message.c:686)
==237870==    by 0x42474D: ixp_srv_writectl (srv_util.c:232)
==237870==    by 0x41322E: fs_write (fs.c:513)
==237870==    by 0x423462: handlereq (request.c:321)
==237870==    by 0x422BFF: handlefcall (request.c:146)
==237870==    by 0x4240E8: handle_conns (server.c:118)
==237870==    by 0x42424C: ixp_serverloop (server.c:169)
2023-09-30 22:32:17 +02:00
..
event Set ignoreenter indiscriminantly. Closes issue #196. 2010-06-24 10:39:42 -04:00
fmt Rearrange some things. 2010-06-14 10:30:23 -04:00
geom Allow Mod+Mouse3 to resize windows and columns unidirectionally. 2011-09-15 14:07:51 -04:00
util Fix strcasestr. 2010-08-10 05:46:00 -04:00
x11 lib/libstuff/x11/colors: fix initialization of CTuple in loadcolor 2023-09-30 22:32:17 +02:00
Makefile [wimenu] Add paste key binding. 2010-10-07 16:31:42 -04:00
buffer.c Cleanup the top directory a bit. sed -i 's/\$\{([^{]+)\}/$(\1)/g' **/Makefile **/*.mk 2010-05-22 20:55:16 -04:00
client_readconfig.c [menu] Add vertical mode. 2010-10-07 16:31:41 -04:00
clientutil.c [menu] Add vertical mode. 2010-10-07 16:31:41 -04:00
init_screens.c Cleanup the top directory a bit. sed -i 's/\$\{([^{]+)\}/$(\1)/g' **/Makefile **/*.mk 2010-05-22 20:55:16 -04:00
map.c fix build with GCC 10 and upper 2021-10-15 22:12:16 +02:00
printevent.c Rearrange some things. 2010-06-14 10:30:23 -04:00
printevent.h Cleanup the top directory a bit. sed -i 's/\$\{([^{]+)\}/$(\1)/g' **/Makefile **/*.mk 2010-05-22 20:55:16 -04:00
xext.c Handle colormapped displays. 2010-06-20 14:24:04 -04:00