svn commit: r339751 - head/contrib/libarchive/libarchive

Ed Maste emaste at freebsd.org
Fri Oct 26 13:15:22 UTC 2018


On Thu, 25 Oct 2018 at 19:13, Martin Matuska <mm at freebsd.org> wrote:
>
> Author: mm
> Date: Thu Oct 25 23:13:19 2018
> New Revision: 339751
> URL: https://svnweb.freebsd.org/changeset/base/339751
>
> Log:
>   MFV r339750:
>   Sync libarchive with vendor.
>
>   Relevant vendor changes:
>     RAR5 reader: FreeBSD build platform fixes for powerpc(64), mips(64),
>                  sparc64 and riscv64

It looks like riscv64 is still broken (at r339774,
https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/11025/console)

12:35:54 /workspace/src/contrib/libarchive/libarchive/archive_read_support_format_rar5.c:
In function 'process_head_file':
12:35:54 /workspace/src/contrib/libarchive/libarchive/archive_read_support_format_rar5.c:1422:5:
error: 'name_size' may be used uninitialized in this function
[-Werror=maybe-uninitialized]
12:35:54      memcpy(name_utf8_buf, p, name_size);
12:35:54      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...


More information about the svn-src-head mailing list