mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #200] [MERGED] Open branch, to fix multiple crashes on repeated zip archives reading… #893
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/200
Author: @vladimdemidov
Created: 11/24/2016
Status: ✅ Merged
Merged: 11/25/2016
Merged by: @adamhathcock
Base:
master← Head:bug/Issue-197📝 Commits (5)
f39d2bfOpen branch, to fix multiple crashes on repeated zip archives reading. Added fix.7b035beFixed some issues after review.e181fa8Restored original tabs.031286cFixed defects after review.2959b4dModified check integrity condition for the encrypted file.📊 Changes
6 files changed (+143 additions, -86 deletions)
View changed files
📝
SharpCompress.sln(+44 -44)📝
src/SharpCompress/Common/Zip/Headers/ZipFileEntry.cs(+17 -1)📝
src/SharpCompress/Common/Zip/ZipFilePart.cs(+35 -16)📝
src/SharpCompress/Common/Zip/ZipHeaderFactory.cs(+24 -25)📝
test/SharpCompress.Test/Zip/ZipArchiveTests.cs(+23 -0)➕
test/TestArchives/Archives/Zip.deflate.pkware.zip(+0 -0)📄 Description
…. Added fix.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.