Skip to content
  • Florian Weimer's avatar
    ef4f9764
    malloc: Simplify static malloc interposition [BZ #20432] · ef4f9764
    Florian Weimer authored
    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.
    ef4f9764
    malloc: Simplify static malloc interposition [BZ #20432]
    Florian Weimer authored
    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.
Loading