[PR #200] [MERGED] Open branch, to fix multiple crashes on repeated zip archives reading… #893

Open
opened 2026-01-29 22:18:05 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: bug/Issue-197


📝 Commits (5)

  • f39d2bf Open branch, to fix multiple crashes on repeated zip archives reading. Added fix.
  • 7b035be Fixed some issues after review.
  • e181fa8 Restored original tabs.
  • 031286c Fixed defects after review.
  • 2959b4d Modified 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.

## 📋 Pull Request Information **Original PR:** https://github.com/adamhathcock/sharpcompress/pull/200 **Author:** [@vladimdemidov](https://github.com/vladimdemidov) **Created:** 11/24/2016 **Status:** ✅ Merged **Merged:** 11/25/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `bug/Issue-197` --- ### 📝 Commits (5) - [`f39d2bf`](https://github.com/adamhathcock/sharpcompress/commit/f39d2bf53aece72550cf75f8db3dbb4f95137fe7) Open branch, to fix multiple crashes on repeated zip archives reading. Added fix. - [`7b035be`](https://github.com/adamhathcock/sharpcompress/commit/7b035bec5de908389f418e61082fddf8e9938bac) Fixed some issues after review. - [`e181fa8`](https://github.com/adamhathcock/sharpcompress/commit/e181fa8c4ad7a2b01a99ce3d6ac482c7bb5f7b1e) Restored original tabs. - [`031286c`](https://github.com/adamhathcock/sharpcompress/commit/031286c5ebee3488d935426fc480eebb4dee03e7) Fixed defects after review. - [`2959b4d`](https://github.com/adamhathcock/sharpcompress/commit/2959b4d70199035a21ee20a525b5e6bc5fb62cb3) Modified check integrity condition for the encrypted file. ### 📊 Changes **6 files changed** (+143 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description …. Added fix. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 22:18:05 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#893