[PR #219] [CLOSED] verify RAR crc on header and file data #907

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/219
Author: @coderb
Created: 4/4/2017
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 2f0b03b verify RAR crc on header and file data

📊 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/RarCryptoBinaryReader.cs (+1 -1)
src/SharpCompress/Compressors/Rar/RarCrcStream.cs (+40 -0)
📝 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/219 **Author:** [@coderb](https://github.com/coderb) **Created:** 4/4/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2f0b03b`](https://github.com/adamhathcock/sharpcompress/commit/2f0b03b99562302e303aabe1bd822e138669add2) verify RAR crc on header and file data ### 📊 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/RarCryptoBinaryReader.cs` (+1 -1) ➕ `src/SharpCompress/Compressors/Rar/RarCrcStream.cs` (+40 -0) 📝 `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#907