srikanth-lingala / zip4j

A Java library for zip files and streams
Apache License 2.0
2.06k stars 310 forks source link

disk full problem after zip4j 2.10.0 whilst zipping with encryption #468

Closed zspitzer closed 2 years ago

zspitzer commented 2 years ago

We bundle zip4j in the compress extension for Lucee which works great, thank you for all your hard work!

Since the 2.10.0 release, our github actions zip hangs and then the Github action fails with an out of space error (runners have 32Gb free) whilst creating a zip file with encryption specified

I don't have a reduced test case yet, but I'd thought I ask

https://dev.lucee.org/t/strange-problem-with-zip4j-since-2-11-0-compress-extension/10861

zspitzer commented 2 years ago

turns out we had a bad test case which was feeding back into itself. sorry