Hi Aaron,
On Thu, 2024-10-24 at 10:23 -0400, Aaron Merey wrote:
> On Thu, Oct 24, 2024 at 5:34 AM Mark Wielaard wrote:
> >
> > For testing that the eu-stacktrace and debuginfod ima verification
> > code builds correctly explicitly add --enable-stacktrace and
> > --enable-debuginfod-ima-verificat
When building with LTO gcc believes elf_fd can be used uninitialized:
In function ‘sysprof_init_dwfl’,
inlined from ‘sysprof_unwind_cb’ at stacktrace.c:1235:16:
stacktrace.c:1087:7: error: ‘elf_fd’ may be used uninitialized
[-Werror=maybe-uninitialized]
1087 | close (elf_fd);
|
https://sourceware.org/bugzilla/show_bug.cgi?id=32294
Mark Wielaard changed:
What|Removed |Added
Resolution|--- |FIXED
Status|ASSIGNED
On Wed, 2024-10-23 at 23:51 +, buil...@sourceware.org wrote:
> A new failure has been detected on builder elfutils-fedora-s390x while
> building elfutils.
>
> Full details are available at:
> https://builder.sourceware.org/buildbot/#/builders/43/builds/367
>
> Build state: failed test (f
On Thu, Oct 24, 2024 at 5:08 AM Mark Wielaard wrote:
>
> When building with LTO gcc believes elf_fd can be used uninitialized:
>
> In function ‘sysprof_init_dwfl’,
> inlined from ‘sysprof_unwind_cb’ at stacktrace.c:1235:16:
> stacktrace.c:1087:7: error: ‘elf_fd’ may be used uninitialized
> [-