mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #272] [MERGED] Don't skip ZipReader data twice. #940
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/272
Author: @adamhathcock
Created: 7/8/2017
Status: ✅ Merged
Merged: 7/17/2017
Merged by: @adamhathcock
Base:
master← Head:issue-269📝 Commits (3)
c0b8289Don't skip ZipReader data twice.198e74aAdd archive for a new testdab0509Merge branch 'master' into issue-269📊 Changes
5 files changed (+29 additions, -2 deletions)
View changed files
📝
src/SharpCompress/Common/FilePart.cs(+1 -0)📝
src/SharpCompress/Common/Zip/StreamingZipFilePart.cs(+2 -1)📝
src/SharpCompress/Readers/AbstractReader.cs(+3 -1)📝
tests/SharpCompress.Test/Zip/ZipReaderTests.cs(+23 -0)➕
tests/TestArchives/Archives/PrePostHeaders.zip(+0 -0)📄 Description
This could occur when a zip file has a normal file header AND a post descriptor.
Fixes https://github.com/adamhathcock/sharpcompress/issues/269
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.