[PR #570] [MERGED] Propsal for handling Zip with long comment #1108

Closed
opened 2026-01-29 22:19:02 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/570
Author: @Erior
Created: 2/13/2021
Status: Merged
Merged: 2/14/2021
Merged by: @adamhathcock

Base: masterHead: feature/555


📝 Commits (2)

  • d1d2758 Propsal for handling Zip with long comment
  • 045093f Linux is case sensitive with files names

📊 Changes

3 files changed (+64 additions, -17 deletions)

View changed files

📝 src/SharpCompress/Common/Zip/SeekableZipHeaderFactory.cs (+52 -17)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+12 -0)
tests/TestArchives/Archives/Zip.LongComment.zip (+0 -0)

📄 Description

Proposal for fixing #555


🔄 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/570 **Author:** [@Erior](https://github.com/Erior) **Created:** 2/13/2021 **Status:** ✅ Merged **Merged:** 2/14/2021 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `feature/555` --- ### 📝 Commits (2) - [`d1d2758`](https://github.com/adamhathcock/sharpcompress/commit/d1d2758ee07ad5a8f72d3a60a1f5f3e75076daab) Propsal for handling Zip with long comment - [`045093f`](https://github.com/adamhathcock/sharpcompress/commit/045093f4537a3865fc434aee299cbefc3eff50a0) Linux is case sensitive with files names ### 📊 Changes **3 files changed** (+64 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Zip/SeekableZipHeaderFactory.cs` (+52 -17) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+12 -0) ➕ `tests/TestArchives/Archives/Zip.LongComment.zip` (+0 -0) </details> ### 📄 Description Proposal for fixing #555 --- <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:19:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1108