Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 08/28/2005 10:17:51
Module Name: src
Committed By: mrg
Date: Sun Aug 28 10:17:51 UTC 2005
Modified Files:
src/usr.bin/gzip: gzip.c
Log Message:
avoid an infinite loop while decompressing invalid gzip files.
some minor CSE. compare stat return value consistently.
thanks to tron for testing the first change.
To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 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.