Subject: CVS commit: src/usr.bin/gzip
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 07/11/2004 14:39:39
Module Name:	src
Committed By:	mrg
Date:		Sun Jul 11 14:39:39 UTC 2004

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

Log Message:
- in gz_uncompress() be sure to do the crc/len recalculation insigned.
  fixes PR#26246.
- if crc/len are wrong, be sure to noticed it failed
- in check_suffixes(), be sure not to underrun an array (from yamt)
- don't fail so badly on short header, from and fixes R#26242 (also
  from yamt)
- more underrun avoidance in file_uncompress().  fixes PR#26241.


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