This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: FYI s390x: 'current.ctime.tv_nsec' may be used uninitialized in this function
- From: Florian Weimer <fweimer at redhat dot com>
- To: Carlos O'Donell <carlos at redhat dot com>
- Cc: libc-alpha <libc-alpha at sourceware dot org>, Stefan Liebler <stli at linux dot ibm dot com>, Patsy Griffin <patsy at redhat dot com>
- Date: Sat, 15 Feb 2020 12:52:23 +0100
- Subject: Re: FYI s390x: 'current.ctime.tv_nsec' may be used uninitialized in this function
- References: <6185a9ed-1fc8-7aed-58de-486bb7d46006@redhat.com>
* Carlos O'Donell:
> Florian,
>
> Patsy was doing a Fedora Rawhide sync with glibc master and noticed the
> testsuite has stopped building in this week's sync on s390x.
>
> I haven't looked into this but I thought I should drop this update to the
> list if anyone else ran into this. I expect we need to fix something here
> to avoid the compiler's -Werror=maybe-uninitialized.
I believe the “fix” is to move the implementation into a separate .c
file.
Thanks,
Florian