[PR #737] [MERGED] Check for broken file #736 #1195

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/737
Author: @Erior
Created: 3/28/2023
Status: Merged
Merged: 3/30/2023
Merged by: @adamhathcock

Base: masterHead: feature/TarHeaderFactory-Infinite-loop


📝 Commits (3)

📊 Changes

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

View changed files

📝 src/SharpCompress/Common/Tar/TarEntry.cs (+4 -0)
📝 tests/SharpCompress.Test/Tar/TarArchiveTests.cs (+1 -1)
📝 tests/SharpCompress.Test/Tar/TarReaderTests.cs (+19 -0)

📄 Description

Guess this would be one way to handle #736


🔄 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/737 **Author:** [@Erior](https://github.com/Erior) **Created:** 3/28/2023 **Status:** ✅ Merged **Merged:** 3/30/2023 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `feature/TarHeaderFactory-Infinite-loop` --- ### 📝 Commits (3) - [`0fb63ee`](https://github.com/adamhathcock/sharpcompress/commit/0fb63eea991b7088c60abfdc41733dff7662e3c9) Check for broken file - [`fe63466`](https://github.com/adamhathcock/sharpcompress/commit/fe63466d67c5704a9a04e590426df7400a99181b) CSharpier - [`b7d2715`](https://github.com/adamhathcock/sharpcompress/commit/b7d2715ffd83b59ba271b8b0282701c164ca03ce) Remove whitespace ### 📊 Changes **3 files changed** (+24 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Tar/TarEntry.cs` (+4 -0) 📝 `tests/SharpCompress.Test/Tar/TarArchiveTests.cs` (+1 -1) 📝 `tests/SharpCompress.Test/Tar/TarReaderTests.cs` (+19 -0) </details> ### 📄 Description Guess this would be one way to handle #736 --- <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:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1195