This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: Patch: java.util.zip.InflaterInputStream
- To: Mark Wielaard <mark at klomp dot org>
- Subject: Re: Patch: java.util.zip.InflaterInputStream
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 23 Aug 2000 17:54:02 -0600
- Cc: Java Patch List <java-patches at sourceware dot cygnus dot com>
- References: <20000824004555.A29635@klomp.org>
- Reply-To: tromey at cygnus dot com
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> The following patch catches the case where there is no more data
Mark> to feed to the Inflater and throws an EOFException which is a
Mark> bit nicer and more descriptive then the InternalError.
Shouldn't we just return -1?
Mark> This doesn't solve my problem though.
Mark> But maybe the jar file us just corrupt, although the java for linux
Mark> from IBM doesn't have any problem with it.
It's more likely that other bugs remain in libgcj.
I might be able to look at this tomorrow.
Tom