]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Issue 719: Fix for TALOS-CAN-154
authorTim Kientzle <kientzle@acm.org>
Sun, 19 Jun 2016 21:21:42 +0000 (14:21 -0700)
committerTim Kientzle <kientzle@acm.org>
Sun, 19 Jun 2016 21:21:42 +0000 (14:21 -0700)
commit05caadc7eedbef471ac9610809ba683f0c698700
tree6f02b2718ef8e9bbf158d854eef6052e7817a7a3
parente79ef306afe332faf22e9b442a2c6b59cb175573
Issue 719:  Fix for TALOS-CAN-154

A RAR file with an invalid zero dictionary size was not being
rejected, leading to a zero-sized allocation for the dictionary
storage which was then overwritten during the dictionary initialization.

Thanks to the Open Source and Threat Intelligence project at Cisco for
reporting this.
libarchive/archive_read_support_format_rar.c