Subject: PR/32070 CVS commit: [netbsd-3] src/usr.bin/gzip
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Jeff Rizzo <riz@netbsd.org>
List: netbsd-bugs
Date: 11/27/2005 23:06:02
The following reply was made to PR bin/32070; it has been noted by GNATS.

From: Jeff Rizzo <riz@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32070 CVS commit: [netbsd-3] src/usr.bin/gzip
Date: Sun, 27 Nov 2005 23:05:42 +0000 (UTC)

 Module Name:	src
 Committed By:	riz
 Date:		Sun Nov 27 23:05:42 UTC 2005
 
 Modified Files:
 	src/usr.bin/gzip [netbsd-3]: gzip.c unbzip2.c zuncompress.c
 
 Log Message:
 Pull up following revision(s) (requested by mrg in ticket #1009):
 	usr.bin/gzip/unbzip2.c: revision 1.9
 	usr.bin/gzip/gzip.c: revision 1.78
 	usr.bin/gzip/zuncompress.c: revision 1.6
 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.71.2.2 -r1.71.2.3 src/usr.bin/gzip/gzip.c
 cvs rdiff -r1.6.2.1 -r1.6.2.2 src/usr.bin/gzip/unbzip2.c
 cvs rdiff -r1.5 -r1.5.2.1 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.