Bug 48131 - java.util.zip.ZipException: incomplete dynamic bit lengths tree
Summary: java.util.zip.ZipException: incomplete dynamic bit lengths tree
Status: RESOLVED FIXED
Alias: None
Product: classpath
Classification: Unclassified
Component: classpath (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: 0.99
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-15 06:13 UTC by Jeroen Frijters
Modified: 2011-03-15 23:18 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments
zip file that demonstrates the problem (163 bytes, application/x-zip-compressed)
2011-03-15 06:13 UTC, Jeroen Frijters
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Frijters 2011-03-15 06:13:52 UTC
Created attachment 23661 [details]
zip file that demonstrates the problem

When reading the cm.class entry from the attached zip file, an ZipException is thrown (incorrectly).
Comment 1 Jeroen Frijters 2011-03-15 06:22:11 UTC
Fixed by handling the case where the Huffman tree is empty.