[PR #457] [MERGED] Return a bounded substream when data descriptors are used in seekable zips #1039

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/457
Author: @DannyBoyk
Created: 6/3/2019
Status: Merged
Merged: 6/4/2019
Merged by: @adamhathcock

Base: masterHead: issue_456_zip_bounded_substreams_data_descriptors


📝 Commits (1)

  • af264cd Return a bounded substream when data descriptors are used in seekable zips

📊 Changes

3 files changed (+32 additions, -1 deletions)

View changed files

📝 src/SharpCompress/Common/Zip/SeekableZipFilePart.cs (+12 -0)
📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+20 -1)
tests/TestArchives/Archives/Zip.none.datadescriptors.zip (+0 -0)

📄 Description

Fixes #456


🔄 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/457 **Author:** [@DannyBoyk](https://github.com/DannyBoyk) **Created:** 6/3/2019 **Status:** ✅ Merged **Merged:** 6/4/2019 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `issue_456_zip_bounded_substreams_data_descriptors` --- ### 📝 Commits (1) - [`af264cd`](https://github.com/adamhathcock/sharpcompress/commit/af264cdc58c9d076bf83477cbdbfe7a5dad282b7) Return a bounded substream when data descriptors are used in seekable zips ### 📊 Changes **3 files changed** (+32 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Zip/SeekableZipFilePart.cs` (+12 -0) 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+20 -1) ➕ `tests/TestArchives/Archives/Zip.none.datadescriptors.zip` (+0 -0) </details> ### 📄 Description Fixes #456 --- <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:45 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1039