mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-11 05:24:56 +00:00
[PR #1030] [MERGED] Added buffer boundary tests. #1449
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/1030
Author: @TwanVanDongen
Created: 11/22/2025
Status: ✅ Merged
Merged: 11/23/2025
Merged by: @adamhathcock
Base:
master← Head:master📝 Commits (1)
2321e2cAdded buffer boundaty tests. Changed largefile to Alice29.txt as it's sufficient for the tests.📊 Changes
16 files changed (+3632 additions, -6 deletions)
View changed files
📝
src/SharpCompress/Common/Arc/ArcEntryHeader.cs(+1 -1)📝
src/SharpCompress/Common/Arc/ArcFilePart.cs(+9 -1)📝
src/SharpCompress/Common/Arj/ArjFilePart.cs(+1 -1)📝
src/SharpCompress/Common/CompressionType.cs(+1 -1)📝
tests/SharpCompress.Test/Arc/ArcReaderTests.cs(+9 -0)📝
tests/SharpCompress.Test/ReaderTests.cs(+2 -2)➕
tests/TestArchives/Archives/Arc.crunched.largefile.arc(+0 -0)➕
tests/TestArchives/Archives/Arc.squashed.largefile.arc(+0 -0)📝
tests/TestArchives/Archives/Arc.squeezed.largefile.arc(+0 -0)📝
tests/TestArchives/Archives/Arc.uncompressed.largefile.arc(+0 -0)📝
tests/TestArchives/Archives/Arj.method1.largefile.arj(+0 -0)📝
tests/TestArchives/Archives/Arj.method2.largefile.arj(+0 -0)📝
tests/TestArchives/Archives/Arj.method3.largefile.arj(+0 -0)📝
tests/TestArchives/Archives/Arj.method4.largefile.arj(+0 -0)📝
tests/TestArchives/Archives/Arj.store.largefile.arj(+0 -0)➕
tests/TestArchives/MiscTest/alice29.txt(+3609 -0)📄 Description
Changed largefile to Alice29.txt as it's sufficient for the tests and increased test performance. Alice29.txt is copyright free.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.