mrkkrp / zip

Efficient library for manipulating zip archives
Other
81 stars 27 forks source link

Unable to extract 4GB+ files from archive. #111

Closed david-sledge closed 4 months ago

david-sledge commented 6 months ago

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

mrkkrp commented 4 months ago

Thanks for opening the issue! This should be fixed now, I will release version 2.0.1 with the fix today.