aboutsummaryrefslogtreecommitdiff
path: root/malloc/tst-interpose-aux-nothread.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-26malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer1-0/+20
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.