]> git.ipfire.org Git - thirdparty/libarchive.git/commit
RAR5 reader bugfixes (block-by-block, loops, warnings) 1084/head
authorGrzegorz Antoniak <ga@anadoxin.org>
Fri, 9 Nov 2018 05:01:24 +0000 (06:01 +0100)
committerGrzegorz Antoniak <ga@anadoxin.org>
Fri, 9 Nov 2018 05:01:24 +0000 (06:01 +0100)
commitca7c5606a98faa45cc87ab5292c64705d8d93a85
tree4e4cc819fd9813396b16139d8f6611d19453f41d
parent2422fcc0347165b8d5c6598de059ab343abcc09a
RAR5 reader bugfixes (block-by-block, loops, warnings)

- Fixed a bug during a block-by-block reading loop. Added a test that
checks for the existence of this bug.

- Fixed 2 unlimited loops encountered when unpacking corrupted data.

- Removed some 'maybe uninitialized' warnings.
libarchive/archive_read_support_format_rar5.c
libarchive/test/test_read_format_rar5.c