Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a more specific error for Deflate64 files #37

Closed
abbeycode opened this issue Aug 9, 2016 · 0 comments
Closed

Add a more specific error for Deflate64 files #37

abbeycode opened this issue Aug 9, 2016 · 0 comments
Assignees
Milestone

Comments

@abbeycode
Copy link
Owner

Currently, if an archive is compressed using Deflate64 (method 9), that file is reported as a bad zip file and no more information is given. Since it looks like that algorithm is proprietary and therefore won't be included in zlib, for now check for that condition and report it as its own error code.

abbeycode added a commit that referenced this issue Aug 10, 2016
…placed all calls to unzGetCurrentFileInfo() with calls to unzGetCurrentFileInfo64() (Issue #37)
@abbeycode abbeycode modified the milestones: 1.8, 1.8.1 Aug 10, 2016
@abbeycode abbeycode self-assigned this Aug 10, 2016
abbeycode added a commit that referenced this issue Aug 10, 2016
… to match the 64-bit version of the file info (Issue #37)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant