[PR #680] [CLOSED] Error extracting uncompressed zip with ExtractAllEntries #1159

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/680
Author: @MartinDemberger
Created: 7/1/2022
Status: Closed

Base: masterHead: UncompressedZip


📝 Commits (2)

  • ddc53d7 Test ergänzt
  • 0808060 Merge remote-tracking branch 'origin/master' into UncompressedZip

📊 Changes

1 file changed (+28 additions, -1 deletions)

View changed files

📝 tests/SharpCompress.Test/Zip/ZipArchiveTests.cs (+28 -1)

📄 Description

There is an error when uncompressing a uncompressed ZIP file via ExtractAllEntries.

Currently there is only a test that reproduces the error.


🔄 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/680 **Author:** [@MartinDemberger](https://github.com/MartinDemberger) **Created:** 7/1/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `UncompressedZip` --- ### 📝 Commits (2) - [`ddc53d7`](https://github.com/adamhathcock/sharpcompress/commit/ddc53d7904eceb10d1f856604eb1fca23b22e702) Test ergänzt - [`0808060`](https://github.com/adamhathcock/sharpcompress/commit/0808060e12dc0a6d4809999edcabfcb4fa35dedb) Merge remote-tracking branch 'origin/master' into UncompressedZip ### 📊 Changes **1 file changed** (+28 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `tests/SharpCompress.Test/Zip/ZipArchiveTests.cs` (+28 -1) </details> ### 📄 Description There is an error when uncompressing a uncompressed ZIP file via ExtractAllEntries. Currently there is only a test that reproduces the error. --- <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:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1159