mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 21:21:57 +00:00
[PR #453] [MERGED] Fix for clients failing on just having a 64 bit offset in ZIP64 #1035
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/453
Author: @Lssikkes
Created: 5/24/2019
Status: ✅ Merged
Merged: 5/24/2019
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (1)
78eb8fcFix for clients that don't support ZIP64 standard correctly in case headers are only pointed to in ZIP64 directory structure📊 Changes
1 file changed (+3 additions, -3 deletions)
View changed files
📝
src/SharpCompress/Writers/Zip/ZipCentralDirectoryEntry.cs(+3 -3)📄 Description
Sorry Adam, while testing some bigger ZIP64 files I found a case where some archive tools don't accept having just 0xFFFFFFFF only for relative offset. This should fix that by also forcing it for compressed/decompressed size to make sure they read everything from the ZIP64 directory record when anything goes over uint32 max for that specific entry.
(according to the spec it's allowed - so technically the commit before was not wrong, but it's probably better to be on the safe side:
https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT
4.4.16 relative offset of local header: (4 bytes)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.