Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master #1

Merged
merged 70 commits into from
Sep 24, 2020
Merged

Merge master #1

merged 70 commits into from
Sep 24, 2020

Conversation

Artentus
Copy link
Owner

No description provided.

adamhathcock and others added 30 commits May 14, 2020 13:09
…original GitHub issue for the DOTNET runtime
Added default implementation with warning for symbolic links
- change tests
- add test on multi solid archive
Decompress multipart solid RAR4.x archive
While enumerating the entries of a tar file and writing their contents
to disk using TarArchive, it was discovered TarArchive was not properly
discarding padding bytes in the last block of each entry. TarArchive was
sometimes able to recover depending on the number of padding bytes due
to the logic it uses to find the next entry header, but not always.

TarArchive was changed to use TarReadOnlySubStream when opening entries
and TarReadOnlySubstream was changed to ensure all an entry's blocks are
read when it is being disposed.

Fixes #524
@Artentus Artentus merged commit 5faa603 into Artentus:master Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants