mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-07 21:22:04 +00:00
[PR #218] [CLOSED] check RAR crc32 on headers and file content #908
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/adamhathcock/sharpcompress/pull/218
Author: @coderb
Created: 4/4/2017
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
76b567acheck 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.