Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 10/08/2004 12:46:24
Module Name:	src
Committed By:	dsl
Date:		Fri Oct  8 12:46:24 UTC 2004

Modified Files:
	src/usr.bin/gzip: gzip.c

Log Message:
Don't abort decompression if there are no bytes in the output buffer
when the end of compressed block (ie the crc) is reached.
(ie when decompressing concatenated zipped files).
Fixes PR bin/27153


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 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.