Hi,
On Wed, 2021-12-01 at 08:26 -0500, Frank Ch. Eigler wrote:
> Since we are multi-threaded using gmtime might cause a data race
> > because gmtime reuses a global struct to write data into. Make
> > sure that each thread uses their own struct tm and use gmtime_r
> > instead.
>
> (thanks, lgtm)
https://sourceware.org/bugzilla/show_bug.cgi?id=27673
Frank Ch. Eigler changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Ever confirmed|0
ASan, UBSan and MSan provided by clang aren't compatible with --no-undefined
and -z,defs:
https://clang.llvm.org/docs/AddressSanitizer.html#usage
https://github.com/google/sanitizers/issues/380
so to build elfutils with clang with the sanitizers it should be possible
to turn them off.
Without thi
https://sourceware.org/bugzilla/show_bug.cgi?id=28577
Frank Ch. Eigler changed:
What|Removed |Added
Component|general |debuginfod
CC|