[Bug dynamic-link/20069] dlsym() should not use malloc on failure (breaks Address Sanitizer initialization)

fweimer at redhat dot com sourceware-bugzilla@sourceware.org
Tue May 10 19:41:00 GMT 2016


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

--- Comment #1 from Florian Weimer <fweimer at redhat dot com> ---
We cannot easily use a static buffer because symbol names can be very long
indeed, and the buffer would have to be per-thread and pre-allocated (which
would be a waste in general).

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


More information about the Glibc-bugs mailing list