Date: Thu, 1 Jan 2009 02:29:57 +0000 (UTC) From: Tim Kientzle <kientzle@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libarchive archive_read_support_compression_gzip.c Message-ID: <200901010230.n012UBgX034773@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kientzle 2009-01-01 02:29:57 UTC FreeBSD src repository Modified files: lib/libarchive archive_read_support_compression_gzip.c Log: SVN rev 186670 on 2009-01-01 02:29:57Z by kientzle Don't try to read the next Gzip header after we reach the end of the compressed stream. This is desirable behavior, but the implementation here is very broken and causes strange problems, so disable it for now. Thanks to Simon L. Nielsen for reporting this problem. Revision Changes Path 1.18 +3 -2 src/lib/libarchive/archive_read_support_compression_gzip.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901010230.n012UBgX034773>