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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:36:50 +00:00
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 Remove uses of __P. 2004-01-27 20:30:28 +00:00
glorkz Fix capitalisation of compass directions. 2004-01-01 15:58:03 +00:00
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 Improve how various "simple" host tools are built and invoked. 2003-11-16 14:14:18 +00:00
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