Subject: CVS commit: src/games/monop
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/19/2006 00:19:31
Module Name: src
Committed By: christos
Date: Sun Mar 19 00:19:31 UTC 2006
Modified Files:
src/games/monop: houses.c
Log Message:
Coverity CID 998: Possible NULL pointer deref. Actually this was a bug
where a house to be sold would be skipped. Change the sell loop to be like
the buy side loop.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/games/monop/houses.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.