Date: Fri, 26 Oct 2018 05:16:38 -0400 From: Ed Maste <emaste@freebsd.org> To: Martin Matuska <mm@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r339751 - head/contrib/libarchive/libarchive Message-ID: <CAPyFy2AtcC-_5AZeFriy9GgHc=Z5c42V0EYZ02o5C-mYyEKHAQ@mail.gmail.com> In-Reply-To: <201810252313.w9PNDJgd017609@repo.freebsd.org> References: <201810252313.w9PNDJgd017609@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Oct 2018 at 19:13, Martin Matuska <mm@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 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPyFy2AtcC-_5AZeFriy9GgHc=Z5c42V0EYZ02o5C-mYyEKHAQ>