[PR #218] [CLOSED] check RAR crc32 on headers and file content #908

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/218
Author: @coderb
Created: 4/4/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 76b567a check RAR crc32 on headers and file content

📊 Changes

6 files changed (+101 additions, -13 deletions)

View changed files

📝 src/SharpCompress/Common/Rar/Headers/RarHeader.cs (+26 -8)
📝 src/SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs (+2 -2)
src/SharpCompress/Common/Rar/RarCrcBinaryReader.cs (+30 -0)
src/SharpCompress/Common/Rar/RarCrcStream.cs (+40 -0)
📝 src/SharpCompress/Common/Rar/RarCryptoBinaryReader.cs (+1 -1)
📝 src/SharpCompress/Readers/Rar/RarReader.cs (+2 -2)

📄 Description

No description provided


🔄 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/218 **Author:** [@coderb](https://github.com/coderb) **Created:** 4/4/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`76b567a`](https://github.com/adamhathcock/sharpcompress/commit/76b567a44f3cd856851f2c85bb9b773ed98acf9d) check RAR crc32 on headers and file content ### 📊 Changes **6 files changed** (+101 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Rar/Headers/RarHeader.cs` (+26 -8) 📝 `src/SharpCompress/Common/Rar/Headers/RarHeaderFactory.cs` (+2 -2) ➕ `src/SharpCompress/Common/Rar/RarCrcBinaryReader.cs` (+30 -0) ➕ `src/SharpCompress/Common/Rar/RarCrcStream.cs` (+40 -0) 📝 `src/SharpCompress/Common/Rar/RarCryptoBinaryReader.cs` (+1 -1) 📝 `src/SharpCompress/Readers/Rar/RarReader.cs` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#908