]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Extend the usage of the DONT_FAIL_ON_CRC_ERROR macro 1790/head
authorJulien Voisin <jvoisin@google.com>
Thu, 13 Oct 2022 12:13:19 +0000 (14:13 +0200)
committerJulien Voisin <jvoisin@google.com>
Sun, 16 Oct 2022 16:43:29 +0000 (18:43 +0200)
commit98ce79a52ca67e0d0b6b2c867c1aa327c6c58240
treefcc8259480c46794d80fec2aa956f158fdd24961
parent552547eacf6bfbdf5052f33cad57f181b6f92a61
Extend the usage of the DONT_FAIL_ON_CRC_ERROR macro

DONT_FAIL_ON_CRC_ERROR is already used in the rar5 support code, so let's make
use of it in another places as well. This should tremendously help with
fuzzing.
libarchive/archive_read_support_filter_lz4.c
libarchive/archive_read_support_filter_lzop.c
libarchive/archive_read_support_filter_xz.c
libarchive/archive_read_support_format_7zip.c
libarchive/archive_read_support_format_cab.c
libarchive/archive_read_support_format_lha.c
libarchive/archive_read_support_format_rar.c
libarchive/archive_read_support_format_rar5.c
libarchive/archive_read_support_format_xar.c