Are Info-ZIP tools affected by the zlib double-free security vulnerability?
No–unless UnZip is compiled with USE_ZLIB defined and the relevant version of zlib has the bug (i.e., any version of zlib before 1.1.4; check UnZip with “unzip -v”). The double-free bug affected only the version of inflate() in zlib; UnZip’s version is not vulnerable, and Zip does not use inflate(). (Thanks to Mark Adler for verifying this.