-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
more than 8Go file support and data corruption #188
Comments
I believe that @Akos13 is saying that they are unable to extra gnu-tar formatted tar files that contain files > 8gb. I've seen this, as well, using node-tar 4.4.8. To reproduce the issue, I used gnu tar 1.32. On my mac, I installed via
Add an 8GB (or greater) file to a gnu-formatted tarball. This ensures that the file size is encoded in base-256:
Here's the script I use to extract:
The output:
And the file The core the issue is that base-256 encoding/decoding of numbers in |
I believe that this should be fixed by #215. Can you try on the latest release? |
Hello,
When creating tar with file bigger than 8Go, tar end of file is invalid and file datas are corrupted.
i know that gnu tar spécification support this point, but it seems not be implemented in this lib.
Bug or choice of tar version specification or bad usage?
thanks!
The text was updated successfully, but these errors were encountered: