* Daniel P. Berrangé:

> Though as Florian suggests, the better solution is to not have
> the personality() call in main - have it called by malloc(), or
> possibly a constructor  function that's part of the object
> providing the malloc replacement.

The latter does not work because the ELF dependency information is
misleading in case of symbol interposition, which is exactly what
happens when you replace the malloc implementation.

Thanks,
Florian
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to