Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/games/hack
Module Name: src
Committed By: christos
Date: Mon Apr 24 20:08:54 UTC 2006
Modified Files:
src/games/hack: hack.pager.c
Log Message:
Coverity CID 3032: Prevent double free: Next to the call of page_more()
there is a comment saying /* does fclose */, but the next line calls
fclose(fp);. Go figure.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/games/hack/hack.pager.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