]> git.ipfire.org Git - thirdparty/libarchive.git/commit
zip: fix writing with ZSTD compression 2670/head
authorBenoit Pierre <benoit.pierre@gmail.com>
Sat, 7 Jun 2025 22:30:14 +0000 (00:30 +0200)
committerBenoit Pierre <benoit.pierre@gmail.com>
Mon, 21 Jul 2025 09:35:27 +0000 (11:35 +0200)
commitd1418af239446bc43790ac0401d5fa7173e12d55
treeb31e47add9b5d86db9cb516ba815b8299527d96c
parentcc97338239c5b1c0e0ffcb323d8cc4fd5929bf54
zip: fix writing with ZSTD compression

When testing the feature with `bsdtar -acf test.zip --options
zip:compression=zstd …` on a tree of ~100MB, the execution would
appear to "hang" while writing a multi-gigabytes ZIP file.
libarchive/archive_write_set_format_zip.c