You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
@mholt@FeNoMeNa I tried it, and it is indeed impossible to unzip ZIP+LZMA. In fact, ZIP+LZMA has been disabled in libzip, so we can also disable it here.
What version of the package or command are you using?
d44471c
What are you trying to do?
I'm trying to unarchive a zip file with LZMA compression method.
What steps did you take?
package.zip is a zip archive with LZMA compression.
What did you expect to happen, and what actually happened instead?
A successful decompressing is expected, but a panic is thrown:
How do you think this should be fixed?
The bug is occurred in the LZMA decompressor.
The text was updated successfully, but these errors were encountered: