This is the mail archive of the libc-alpha@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]

Re: [PATCH] malloc: Simplify static malloc interposition [BZ #20432]


Florian Weimer <fweimer@redhat.com> writes:

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

LGTM.

-- 
Tulio Magno


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