Subject: PR/33045 CVS commit: src/usr.bin/gzip
To: None <mlelstv@NetBSD.org, gnats-admin@netbsd.org,>
From: Michael van Elst <mlelstv@netbsd.org>
List: netbsd-bugs
Date: 10/13/2006 20:20:04
The following reply was made to PR bin/33045; it has been noted by GNATS.

From: Michael van Elst <mlelstv@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/33045 CVS commit: src/usr.bin/gzip
Date: Fri, 13 Oct 2006 20:17:46 +0000 (UTC)

 Module Name:	src
 Committed By:	mlelstv
 Date:		Fri Oct 13 20:17:46 UTC 2006
 
 Modified Files:
 	src/usr.bin/gzip: gzip.c
 
 Log Message:
 End a decompression when trailing garbage is found. It emits a warning
 message and causes a non-zero exit status (similar to GNU gzip).
 Fixes PR bin/33045.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.86 -r1.87 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.