zip icon indicating copy to clipboard operation
zip copied to clipboard

Unable to extract 4GB+ files from archive.

Open david-sledge opened this issue 4 months ago • 0 comments

4GB+ files added to archives with this package are unable to be extracted. Here is a minimal, complete, reproducible example demonstrating the issue. To run the example:

tar -xvf sandbox.tar.gz && cd sandbox && docker build -t test . && docker run test

david-sledge avatar Mar 08 '24 22:03 david-sledge