This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/18333] FAIL: timezone/tst-tzset (segmentation fault)


https://sourceware.org/bugzilla/show_bug.cgi?id=18333

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
There are multiple issues here: a crash after a memory allocation failure in
tzset (which somehow appears to occur under valgrind).  In addition, the
tst-tzset test case contains an ill-fated attempt to avoid the create_temp_file
memory leak.  I'll fix the test harness to support this use case (existing code
will observe no difference).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]