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
..
Makefile
adventure.6
crc.c
done.c
extern.h
glorkz
hdr.h
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
save.c
setup.c
subr.c
vocab.c Coverity CID 570: Remove impossible check. 2006-03-18 23:35:51 +00:00
wizard.c