Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/games/rogue
Module Name: src
Committed By: dholland
Date: Thu Dec 27 23:53:01 UTC 2007
Modified Files:
src/games/rogue: hit.c init.c inventory.c level.c machdep.c message.c
monster.c move.c object.c pack.c play.c ring.c rogue.h room.c
save.c score.c spec_hit.c throw.c trap.c use.c zap.c
Log Message:
Comprehensive (or at least extensive) string handling cleanup for rogue.
This patch dates (mostly) back to 2002; the critical parts of it were
handled back then by security-officer. As far as I know, there's
nothing exploitable fixed herein.
A slightly earlier version of this patch was reviewed by Christian Biere
when I filed it as PR 34750.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/games/rogue/hit.c src/games/rogue/level.c \
src/games/rogue/pack.c src/games/rogue/throw.c
cvs rdiff -r1.14 -r1.15 src/games/rogue/init.c src/games/rogue/machdep.c
cvs rdiff -r1.10 -r1.11 src/games/rogue/inventory.c src/games/rogue/message.c \
src/games/rogue/object.c src/games/rogue/save.c
cvs rdiff -r1.11 -r1.12 src/games/rogue/monster.c src/games/rogue/score.c
cvs rdiff -r1.8 -r1.9 src/games/rogue/move.c
cvs rdiff -r1.6 -r1.7 src/games/rogue/play.c src/games/rogue/ring.c \
src/games/rogue/trap.c src/games/rogue/use.c src/games/rogue/zap.c
cvs rdiff -r1.17 -r1.18 src/games/rogue/rogue.h
cvs rdiff -r1.9 -r1.10 src/games/rogue/room.c
cvs rdiff -r1.5 -r1.6 src/games/rogue/spec_hit.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index