NetBSD/games/adventure
christos dd3fe9b2dc Coverity CID 2737: Handle linked-lists properly. Use calloc instead of malloc
so that we don't end up storing garbage accidentally and the next pointer is
initialized. If there is an inconsistency in the file abort instead
of dereferencing NULL.
2006-03-21 17:14:15 +00:00
..
adventure.6
crc.c KNF and WARNS=3 2005-07-01 00:03:36 +00:00
done.c KNF and WARNS=3 2005-07-01 00:03:36 +00:00
extern.h
glorkz
hdr.h KNF and WARNS=3 2005-07-01 00:03:36 +00:00
init.c don't access out of bounds element of static alloc array. 2006-03-18 05:16:46 +00:00
io.c Coverity CID 2737: Handle linked-lists properly. Use calloc instead of malloc 2006-03-21 17:14:15 +00:00
main.c KNF and WARNS=3 2005-07-01 00:03:36 +00:00
Makefile
save.c KNF and WARNS=3 2005-07-01 00:03:36 +00:00
setup.c KNF and WARNS=3 2005-07-01 00:03:36 +00:00
subr.c KNF and WARNS=3 2005-07-01 00:03:36 +00:00
vocab.c Coverity CID 570: Remove impossible check. 2006-03-18 23:35:51 +00:00
wizard.c KNF and WARNS=3 2005-07-01 00:03:36 +00:00