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

### Fixed CRC-32 error when writing to ZipOutputStream #4

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jun 23, 2024

  1. Removed cloning of ZipEntry to avoid potential data integrity issues.

    Added an explicit call to outputStream.closeEntry() after writing the encrypted bytes to ensure proper entry closure and correct CRC-32 validation.
    Miroshka000 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    0d9b7ec View commit details
    Browse the repository at this point in the history
  2. bug fix

    Miroshka000 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    961b3cf View commit details
    Browse the repository at this point in the history
  3. bug fix 2

    Miroshka000 committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    8eb6e46 View commit details
    Browse the repository at this point in the history