[PR #500] [MERGED] ZipReader/StreamingZipReaderFactory fails for archive entries which are uncompressed files in ZIP format #86 #1057

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/500
Author: @Erior
Created: 1/16/2020
Status: Merged
Merged: 1/17/2020
Merged by: @adamhathcock

Base: masterHead: Issue_86


📝 Commits (1)

📊 Changes

3 files changed (+47 additions, -6 deletions)

View changed files

📝 src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs (+22 -6)
📝 tests/SharpCompress.Test/Zip/ZipReaderTests.cs (+25 -0)
tests/TestArchives/Archives/Zip.none.issue86.zip (+0 -0)

📄 Description

Added some comments and a zip file that crashes without the 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/500 **Author:** [@Erior](https://github.com/Erior) **Created:** 1/16/2020 **Status:** ✅ Merged **Merged:** 1/17/2020 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `Issue_86` --- ### 📝 Commits (1) - [`9bf9d34`](https://github.com/adamhathcock/sharpcompress/commit/9bf9d34d94312cf9efca48781c2a5c04ab139965) Issue86 Proposal ### 📊 Changes **3 files changed** (+47 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs` (+22 -6) 📝 `tests/SharpCompress.Test/Zip/ZipReaderTests.cs` (+25 -0) ➕ `tests/TestArchives/Archives/Zip.none.issue86.zip` (+0 -0) </details> ### 📄 Description Added some comments and a zip file that crashes without the 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:50 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1057