about summary refs log tree commit diff
path: root/malloc/tst-interpose-static-thread.c
Commit message (Collapse)AuthorAgeFilesLines
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-261-0/+19
Existing interposed mallocs do not define the glibc-internal fork callbacks (and they should not), so statically interposed mallocs lead to link failures because the strong reference from fork pulls in glibc's malloc, resulting in multiple definitions of malloc-related symbols.