Subject: PR/32070 CVS commit: src/usr.bin/gzip
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: matthew green <mrg@netbsd.org>
List: netbsd-bugs
Date: 11/22/2005 09:06:02
The following reply was made to PR bin/32070; it has been noted by GNATS.
From: matthew green <mrg@netbsd.org>
To: gnats-bugs@netbsd.org
Cc:
Subject: PR/32070 CVS commit: src/usr.bin/gzip
Date: Tue, 22 Nov 2005 09:05:30 +0000 (UTC)
Module Name: src
Committed By: mrg
Date: Tue Nov 22 09:05:30 UTC 2005
Modified Files:
src/usr.bin/gzip: gzip.c unbzip2.c zuncompress.c
Log Message:
apply a patch from onno van der linden in PR#32070 that fixes
these problems:
1) gzip -vt just prints the contents of a .Z file
2) gzip -vt will print OK even if the .gz file is corrupt
3) gzip -vt prints nothing with a .bz2 file
4) gzip can loop endlessly with a corrupt .bz2 file
To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/usr.bin/gzip/gzip.c
cvs rdiff -r1.8 -r1.9 src/usr.bin/gzip/unbzip2.c
cvs rdiff -r1.5 -r1.6 src/usr.bin/gzip/zuncompress.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.