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

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

Original Pull Request: https://github.com/adamhathcock/sharpcompress/pull/153

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/adamhathcock/sharpcompress/pull/153 **State:** closed **Merged:** Yes --- 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.
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#871