]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Clear the allocated 'zip' structure by using calloc() instead of malloc().
authorTim Kientzle <kientzle@gmail.com>
Wed, 6 Jan 2010 06:04:23 +0000 (01:04 -0500)
committerTim Kientzle <kientzle@gmail.com>
Wed, 6 Jan 2010 06:04:23 +0000 (01:04 -0500)
commit641a48703aedff02e9ce10ca5af2964459a92006
tree5d0d18a4703ce48d9eb522024ad2763c4429989b
parentde9c3a4fb4b83647b23a2ecbb1b9fe88cb25a904
Clear the allocated 'zip' structure by using calloc() instead of malloc().

SVN-Revision: 1807
libarchive/archive_write_set_format_zip.c