[PR #935] [MERGED] Rewind buffer fix for directory extract. #1359

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/935
Author: @Nanook
Created: 8/1/2025
Status: Merged
Merged: 8/22/2025
Merged by: @adamhathcock

Base: masterHead: bugfix/StreamBufferFix


📝 Commits (3)

  • 76de7d5 Rewind buffer fix for directory extract.
  • 3abbb89 Comment typo edit.
  • c789ead Merge branch 'master' into bugfix/StreamBufferFix

📊 Changes

6 files changed (+38 additions, -4 deletions)

View changed files

📝 src/SharpCompress/Archives/Zip/ZipArchive.cs (+1 -1)
📝 src/SharpCompress/Common/Zip/StreamingZipFilePart.cs (+0 -1)
📝 src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs (+13 -1)
📝 tests/SharpCompress.Test/ArchiveTests.cs (+19 -0)
📝 tests/SharpCompress.Test/ReaderTests.cs (+1 -1)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+4 -0)

📄 Description

Just a little bug fix. New tested added that fails prior to 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/935 **Author:** [@Nanook](https://github.com/Nanook) **Created:** 8/1/2025 **Status:** ✅ Merged **Merged:** 8/22/2025 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `bugfix/StreamBufferFix` --- ### 📝 Commits (3) - [`76de7d5`](https://github.com/adamhathcock/sharpcompress/commit/76de7d54c7eacf014d3fafc8352f61f3e32ef11d) Rewind buffer fix for directory extract. - [`3abbb89`](https://github.com/adamhathcock/sharpcompress/commit/3abbb89c2e073e7052bd8d06912069fcf2199e19) Comment typo edit. - [`c789ead`](https://github.com/adamhathcock/sharpcompress/commit/c789ead59023d6f30326954428e0310dd4d9db9d) Merge branch 'master' into bugfix/StreamBufferFix ### 📊 Changes **6 files changed** (+38 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Archives/Zip/ZipArchive.cs` (+1 -1) 📝 `src/SharpCompress/Common/Zip/StreamingZipFilePart.cs` (+0 -1) 📝 `src/SharpCompress/Common/Zip/StreamingZipHeaderFactory.cs` (+13 -1) 📝 `tests/SharpCompress.Test/ArchiveTests.cs` (+19 -0) 📝 `tests/SharpCompress.Test/ReaderTests.cs` (+1 -1) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+4 -0) </details> ### 📄 Description Just a little bug fix. New tested added that fails prior to 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:20:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1359