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: fix zip64 extended information issue #248

Closed
wants to merge 4 commits into from

Conversation

onlyxuyang
Copy link

Fix zip64 extended information issue to fix zip file incorrect if size larger than 4GB.

According zip format 4.5.3:

The order of the fields in the zip64 extended
information record is fixed, but the fields MUST
only appear if the corresponding Local or Central
directory record field is set to 0xFFFF or 0xFFFFFFFF.

@ChieloNewctle
Copy link

This PR fixes #192 tested with the code snippets in #192.

@wolfv
Copy link

wolfv commented Nov 1, 2024

This does indeed fix an issue we have seen in rattler-build. Would be great if this can get merged and released. Let me know if there is any way we can help!

Pr0methean
Pr0methean previously approved these changes Nov 19, 2024
@onlyxuyang
Copy link
Author

onlyxuyang commented Nov 20, 2024

CI failed in crypto case, need more investigate.

auto-merge was automatically disabled November 20, 2024 15:36

Head branch was pushed to by a user without write access

@onlyxuyang
Copy link
Author

sorry, pull request status is not well, close this pull request and key a new PR.

@onlyxuyang
Copy link
Author

new PR created #265 fix issue in crypto case.

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.

4 participants