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 malloc/17730] thread-local storage is sometimes improperly free()'d after being __libc_memalign()'d


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

--- Comment #3 from Florian Weimer <fweimer at redhat dot com> ---
(In reply to Bradley C. Kuszmaul from comment #2)
> Another possible fix is to call __libc_free() to free the storage instead of
> calling free().

This would still trigger initialization of libc malloc with an interposed
malloc, which does not seem a good idea.

-- 
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]