mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-09 21:24:08 +00:00
[PR #935] [MERGED] Rewind buffer fix for directory extract. #1359
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:bugfix/StreamBufferFix📝 Commits (3)
76de7d5Rewind buffer fix for directory extract.3abbb89Comment typo edit.c789eadMerge 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.