Subject: CVS commit: [netbsd-1-6] basesrc/games/rogue
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 10/02/2002 02:45:35
Module Name: basesrc
Committed By: lukem
Date: Tue Oct 1 23:45:35 UTC 2002
Modified Files:
basesrc/games/rogue [netbsd-1-6]: inventory.c save.c
Log Message:
Pull up revision 1.8 (requested by mrg in ticket #892):
- use correctly bounded strings when reloading a saved game. in particular,
do not let the save game file "string length" exceed the amount of space
supplied. as noted by <stanojr@iserver.sk> on bugtraq.
- minor KNF.
tested by simonb.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.12.1 basesrc/games/rogue/inventory.c
cvs rdiff -r1.7 -r1.7.10.1 basesrc/games/rogue/save.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.