mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-02-08 05:27:04 +00:00
[PR #153] [MERGED] Ignore unofficial extension of file attributes. #867
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/153
Author: @weltkante
Created: 7/19/2016
Status: ✅ Merged
Merged: 7/21/2016
Merged by: @adamhathcock
Base:
master← Head:issue73a📝 Commits (1)
cc290e1Ignore 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.