[PR #850] [MERGED] Issue 842 #1278

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/850
Author: @Erior
Created: 6/8/2024
Status: Merged
Merged: 6/18/2024
Merged by: @adamhathcock

Base: masterHead: feature/Issue-842


📝 Commits (2)

  • 33dd519 Throw exception when bzip2 is corrupt
  • a767219 Merge branch 'master' into feature/Issue-842

📊 Changes

2 files changed (+27 additions, -3 deletions)

View changed files

📝 src/SharpCompress/Compressors/BZip2/CBZip2InputStream.cs (+6 -3)
tests/SharpCompress.Test/BZip2/BZip2ReaderTests.cs (+21 -0)

📄 Description

Throw exception at bzip2 problems


🔄 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/850 **Author:** [@Erior](https://github.com/Erior) **Created:** 6/8/2024 **Status:** ✅ Merged **Merged:** 6/18/2024 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `feature/Issue-842` --- ### 📝 Commits (2) - [`33dd519`](https://github.com/adamhathcock/sharpcompress/commit/33dd519f5630c54425e06b8264995eb5ad6d5682) Throw exception when bzip2 is corrupt - [`a767219`](https://github.com/adamhathcock/sharpcompress/commit/a7672190e9f8252ccdffc5ef1d29bf0b78ab9b6a) Merge branch 'master' into feature/Issue-842 ### 📊 Changes **2 files changed** (+27 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Compressors/BZip2/CBZip2InputStream.cs` (+6 -3) ➕ `tests/SharpCompress.Test/BZip2/BZip2ReaderTests.cs` (+21 -0) </details> ### 📄 Description Throw exception at bzip2 problems --- <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:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1278