This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: PATCH: fastjar doesn't skip zip's extra fields correctly
- From: Tom Tromey <tromey at redhat dot com>
- To: Daiki Ueno <ueno at unixuser dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 31 Jan 2003 15:30:06 -0700
- Subject: Re: PATCH: fastjar doesn't skip zip's extra fields correctly
- References: <981725bd-17df-4cc8-8196-4f0a019b2142@deisui.org>
- Reply-to: tromey at redhat dot com
>>>>> "DU" == Daiki Ueno <ueno@unixuser.org> writes:
DU> I found that some zip files couldn't be extracted with fastjar. More
DU> precisely, when such a zip file is present as an argument, zip's extra
DU> fields are not properly skipped because jartool.c:extract_jar does
DU> lseek(2) although in case pushback buffer is not empty.
Thanks. This looks good. I'm checking it on in on the trunk and the
3.3 branch.
Tom