[PR #153] [MERGED] Ignore unofficial extension of file attributes. #867

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

📋 Pull Request Information

Original PR: https://github.com/adamhathcock/sharpcompress/pull/153
Author: @weltkante
Created: 7/19/2016
Status: Merged
Merged: 7/21/2016
Merged by: @adamhathcock

Base: masterHead: issue73a


📝 Commits (1)

  • cc290e1 Ignore unofficial extension of file attributes.

📊 Changes

1 file changed (+20 additions, -0 deletions)

View changed files

📝 src/SharpCompress/Common/SevenZip/ArchiveReader.cs (+20 -0)

📄 Description

The high bits may contain posix file attributes when the archive was written by certain third party 7z implementations. These must be removed before we can interpret the attributes as windows (or .NET) file attributes.

This was discovered in issue #73 and should be fixed, even though it is not the main problem in that issue.


🔄 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/153 **Author:** [@weltkante](https://github.com/weltkante) **Created:** 7/19/2016 **Status:** ✅ Merged **Merged:** 7/21/2016 **Merged by:** [@adamhathcock](https://github.com/adamhathcock) **Base:** `master` ← **Head:** `issue73a` --- ### 📝 Commits (1) - [`cc290e1`](https://github.com/adamhathcock/sharpcompress/commit/cc290e1eb032dd9e2e7d5e22b87e780b817be29f) Ignore unofficial extension of file attributes. ### 📊 Changes **1 file changed** (+20 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/SharpCompress/Common/SevenZip/ArchiveReader.cs` (+20 -0) </details> ### 📄 Description The high bits may contain posix file attributes when the archive was written by certain third party 7z implementations. These must be removed before we can interpret the attributes as windows (or .NET) file attributes. This was discovered in issue #73 and should be fixed, even though it is not the main problem in that issue. --- <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:17:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/sharpcompress#867