mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #210] [MERGED] Fix invalid headers #901
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/210
Author: @kenkendk
Created: 3/9/2017
Status: ✅ Merged
Merged: 3/9/2017
Merged by: @adamhathcock
Base:
master← Head:fix_invalid_headers📝 Commits (2)
6ef3be4Fixed writing correct headers in zip archives81ab5c1Fixed writing correct headers in zip archives📊 Changes
2 files changed (+4 additions, -4 deletions)
View changed files
📝
src/SharpCompress/Common/Zip/Headers/DirectoryEntryHeader.cs(+2 -2)📝
src/SharpCompress/Common/Zip/Headers/LocalEntryHeader.cs(+2 -2)📄 Description
This fixes a bug introduced with
6be6ef0b5c.Bad news is that all zip files written with 0.15.1 are semi-broken.
That is, their filenames are garbled, but content is recoverable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.