]> git.ipfire.org Git - thirdparty/libarchive.git/commit
RAR5 reader: fix build errors on some FreeBSD platforms
authorMartin Matuska <martin@matuska.org>
Thu, 25 Oct 2018 22:48:19 +0000 (00:48 +0200)
committerMartin Matuska <martin@matuska.org>
Thu, 25 Oct 2018 22:51:11 +0000 (00:51 +0200)
commit1266f6d281a6d7c6604a8c14cdad14dc83ea4b88
tree1594ed707ddfd3a0849579ab6605ca3decf327b4
parentb1dc8bb16e192d71442a94fdcd0096ba9e2946b4
RAR5 reader: fix build errors on some FreeBSD platforms
- "index" shadows a global declaration on powerpc(64), mips(64) and sparc64
- avoid unitialized size_t on riscv64
libarchive/archive_read_support_format_rar5.c