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

Fix reading zip files containing zero-byte encrypted files #36

Closed
wants to merge 2 commits into from

Commits on Aug 9, 2016

  1. Add failing test case - zip file containing encrypted zero-byte file

    It fails because compressionMethod is 0 because the file is empty, but compressedSize is non-zero because the file is encrypted
    Maarten Winter committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    7a6ff30 View commit details
    Browse the repository at this point in the history
  2. Fix: Unexpected 'compressed/uncompressed size mismatch' error when tr…

    …ying to read zip containing an encrypted zero-byte file
    Maarten Winter committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    19e2d88 View commit details
    Browse the repository at this point in the history