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

ZipWriter: Write correct EOCD record when more than 65,535 files #792

Merged

Conversation

DannyBoyk
Copy link
Contributor

0xFFFF will be written to the EOCD to signal to use the ZIP64 CentralDirectory record when the number of files is 65,535 or more. Fixes #791

0xFFFF will be written to the EOCD to signal to use the ZIP64
CentralDirectory record when the number of files is 65,535 or more.
Fixes adamhathcock#791
@adamhathcock adamhathcock merged commit 2d4ce30 into adamhathcock:master Dec 27, 2023
2 checks passed
@DannyBoyk DannyBoyk deleted the 791_Correct_EOCD_ZipWriter branch January 12, 2024 13:49
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.

Invalid EndOfCentralDirectory Record generated for Zip64 archive with over 65,535 files in ZipWriter
2 participants