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

Added support of deflate algorithm in symbolic link decompression for zip archives #1509

Merged
merged 1 commit into from May 27, 2021

Conversation

mariXanna
Copy link

@mariXanna mariXanna marked this pull request as draft March 16, 2021 18:17
@mariXanna mariXanna force-pushed the fix/#1508 branch 2 times, most recently from 4b10462 to 51522ad Compare March 16, 2021 20:39
@mariXanna mariXanna marked this pull request as ready for review March 16, 2021 21:07
@mmatuska
Copy link
Member

@antekone I would be grateful if you could review this PR, thanks

@mmatuska
Copy link
Member

In this PR you are removing zipx_lzma_uncompress_buffer() you have introduced in PR #1435. Isn't this out of scope of this PR?

@mariXanna
Copy link
Author

zipx_lzma_uncompress_buffer() became useless with another approach introduced now. I don't think it is necessary to store unused code. Moreover, it was just a short extraction from zip_read_data_zipx_lzma_alone() and can be reconstructed easily if required again (it was code duplication to some extent and it is a good chance to eliminate it now).

@mmatuska mmatuska merged commit a02ff74 into libarchive:master May 27, 2021
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.

None yet

3 participants