Subject: CVS commit: src/games/adventure
To: None <source-changes@NetBSD.org>
From: Tyler R. Retzlaff <rtr@netbsd.org>
List: source-changes
Date: 03/18/2006 05:16:46
Module Name:	src
Committed By:	rtr
Date:		Sat Mar 18 05:16:46 UTC 2006

Modified Files:
	src/games/adventure: init.c

Log Message:
don't access out of bounds element of static alloc array.
found by Coverity, CID 1519 / Run 5

XXX possible that intention was to start with i = 0.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/games/adventure/init.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.