mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-04 05:25:00 +00:00
[PR #455] [MERGED] Handle a bad extra field in a local file header in zip files #1036
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/455
Author: @DannyBoyk
Created: 6/3/2019
Status: ✅ Merged
Merged: 6/4/2019
Merged by: @adamhathcock
Base:
master← Head:issue_454_zip_bad_extra_field📝 Commits (1)
b2bd20bHandle a bad extra field in a local file header in zip files📊 Changes
3 files changed (+34 additions, -1 deletions)
View changed files
📝
src/SharpCompress/Common/Zip/Headers/ZipFileEntry.cs(+10 -1)📝
tests/SharpCompress.Test/Zip/ZipArchiveTests.cs(+24 -0)➕
tests/TestArchives/Archives/Zip.badlocalextra.zip(+0 -0)📄 Description
Fixes issue #454
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.