mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-03 21:23:38 +00:00
[PR #825] [MERGED] Fix tar corruption when sizes mismatch #1263
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/825
Author: @adamhathcock
Created: 4/9/2024
Status: ✅ Merged
Merged: 4/11/2024
Merged by: @adamhathcock
Base:
master← Head:tar-corruption📝 Commits (6)
bf74dd8Fix tar corruption when sizes mismatch2321d9dfix patchfdfaa8aadd max transfer size to tareab97a3calculate remaining afterwardscb22321actually, transfer block is different than overall transfer373637emore logic fixes📊 Changes
3 files changed (+50 additions, -2 deletions)
View changed files
📝
SharpCompress.sln.DotSettings(+5 -0)📝
src/SharpCompress/Utility.cs(+44 -0)📝
src/SharpCompress/Writers/Tar/TarWriter.cs(+1 -2)📄 Description
Addresses https://github.com/adamhathcock/sharpcompress/issues/820
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.