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

Zip64 extending information and ZipReader #206

Merged
merged 2 commits into from
Jan 25, 2017

Conversation

markryd
Copy link
Contributor

@markryd markryd commented Jan 25, 2017

This PR adds support for reading the zip64 extended information field, which wasn't required for my previous test files, but probably is required in general for zip64 archives (the tripping point in my testing was new files starting beyond the 4Gb point of my archive).

Adding this support also instantly fixed the trouble I was having with ZipReader support, so that has been included.

@adamhathcock
Copy link
Owner

Excellent. Thanks!

@adamhathcock adamhathcock merged commit 7c6f050 into adamhathcock:master Jan 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants