Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 09/15/2005 09:30:21
Module Name: src
Committed By: mrg
Date: Thu Sep 15 09:30:21 UTC 2005
Modified Files:
src/usr.bin/gzip: gzip.c
Log Message:
in file_compress() always stat() the input file. this patch avoids
reading from uninitialised space as provided by John Hein in PR#28995.
To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/usr.bin/gzip/gzip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.