[PR #313] [MERGED] bugfix: eliminate spurious rar crc exception #961

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/313
Author: @coderb
Created: 10/20/2017
Status: Merged
Merged: 10/23/2017
Merged by: @adamhathcock

Base: masterHead: master


📝 Commits (1)

  • 31ed285 bugfix: eliminate spurious rar crc exception when Read() is called with count = 0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 src/SharpCompress/Compressors/Rar/RarCrcStream.cs (+1 -1)

📄 Description

eliminate spurious rar crc exception when Read() is called with count = 0


🔄 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/313 **Author:** [@coderb](https://github.com/coderb) **Created:** 10/20/2017 **Status:** ✅ Merged **Merged:** 10/23/2017 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`31ed285`](https://github.com/adamhathcock/sharpcompress/commit/31ed285095e0c36fee6c7c388048673236d12345) bugfix: eliminate spurious rar crc exception when Read() is called with count = 0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Compressors/Rar/RarCrcStream.cs` (+1 -1) </details> ### 📄 Description eliminate spurious rar crc exception when Read() is called with count = 0 --- <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:18:23 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#961