mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 21:22:10 +00:00
[PR #891] Fix zip entry handling for entries with data descriptors #1313
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?
Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/891
State: closed
Merged: Yes
See the included test for how this issue surfaces. The missing fields in the local header will now be set from the directory header if the
UsePostDataDescriptorbit is set in the local header's flags.