-
Notifications
You must be signed in to change notification settings - Fork 188
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
Unpacking file size is incorrect (with reproduced repo) #286
Comments
axetroy
changed the title
Unpacking file size is incorrect
Unpacking file size is incorrect (with reproduced repo)
Mar 14, 2022
Running locally:
It appears that this is using a pax extension for the real size that isn't supported by this crate. |
Did you say that the Tar format is incorrect? What do I need to do? |
Before resolving this, I decompressed executable files that have lost some information and cannot be executed. And my temporary solution: Priority use the TAR command in the system to decompress |
I think #298 will fix this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And here is the reproduced repo: https://github.com/axetroy/libflate-66
The origin file size is : 985,384
The unzip file size is : 965,416
size = 965,416
size = 985,384
size = 985,384
ref: sile/libflate#66
The text was updated successfully, but these errors were encountered: