mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 21:21:57 +00:00
[PR #121] [MERGED] Fix false positives in Rar file detection #847
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/121
Author: @benshoof
Created: 1/25/2016
Status: ✅ Merged
Merged: 1/26/2016
Merged by: @adamhathcock
Base:
master← Head:rar_detection_fix📝 Commits (1)
e5ab9dcFix false positives in Rar file detection📊 Changes
6 files changed (+35 additions, -49 deletions)
View changed files
📝
SharpCompress.Test/Tar/TarArchiveTests.cs(+11 -0)📝
SharpCompress.Test/Tar/TarReaderTests.cs(+12 -0)📝
SharpCompress/Archive/ArchiveFactory.cs(+2 -2)📝
SharpCompress/Archive/Rar/RarArchive.cs(+2 -6)📝
SharpCompress/Common/Rar/Headers/MarkHeader.cs(+8 -41)➕
TestArchives/Archives/Tar.ContainsRar.tar(+0 -0)📄 Description
Fixes https://github.com/adamhathcock/sharpcompress/issues/117
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.