This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/27271] i/o error (java.util.zip.ZipException: Deflated stream ends early.)
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 12 Jul 2006 00:24:52 -0000
- Subject: [Bug libgcj/27271] i/o error (java.util.zip.ZipException: Deflated stream ends early.)
- References: <bug-27271-11764@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from tromey at gcc dot gnu dot org 2006-07-12 00:24 -------
The bug here is that Inflater needs an extra input byte in some situations.
I think ZipFile has to provide this byte; a patch to do this makes this
test case work again. I need to investigate ZipInputStream and
GZIPInputStream, too, before committing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27271