[PR #814] [MERGED] rar5 read FHEXTRA_REDIR and expose via RarEntry #1251

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/814
Author: @coderb
Created: 3/14/2024
Status: Merged
Merged: 3/14/2024
Merged by: @adamhathcock

Base: masterHead: pullreq-rar5-redir


📝 Commits (1)

  • 226ce34 rar5 read FHEXTRA_REDIR and expose via RarEntry

📊 Changes

5 files changed (+50 additions, -7 deletions)

View changed files

📝 src/SharpCompress/Common/Rar/Headers/FileHeader.cs (+19 -7)
📝 src/SharpCompress/Common/Rar/Headers/Flags.cs (+14 -0)
📝 src/SharpCompress/Common/Rar/RarEntry.cs (+4 -0)
📝 src/SharpCompress/Compressors/Rar/RarStream.cs (+7 -0)
📝 src/SharpCompress/Readers/Rar/RarReader.cs (+6 -0)

📄 Description

NOTE: api user should skip entries where RarEntry.IsRedir is true and not call OpenEntryStream()


🔄 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/814 **Author:** [@coderb](https://github.com/coderb) **Created:** 3/14/2024 **Status:** ✅ Merged **Merged:** 3/14/2024 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `pullreq-rar5-redir` --- ### 📝 Commits (1) - [`226ce34`](https://github.com/adamhathcock/sharpcompress/commit/226ce340f28bd783eac157700681609389d581c9) rar5 read FHEXTRA_REDIR and expose via RarEntry ### 📊 Changes **5 files changed** (+50 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/Rar/Headers/FileHeader.cs` (+19 -7) 📝 `src/SharpCompress/Common/Rar/Headers/Flags.cs` (+14 -0) 📝 `src/SharpCompress/Common/Rar/RarEntry.cs` (+4 -0) 📝 `src/SharpCompress/Compressors/Rar/RarStream.cs` (+7 -0) 📝 `src/SharpCompress/Readers/Rar/RarReader.cs` (+6 -0) </details> ### 📄 Description NOTE: api user should skip entries where RarEntry.IsRedir is true and not call OpenEntryStream() --- <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:19:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#1251