Comment on Hardened_mallocparentComments−SeirdyOP3yThe devs are especially interested in a distribution of musl with hardened_malloc integrated for easy static linking.Until then, LD_PRELOAD is your friend (assuming you build with semantic interposition).−_8j503yLD_PRELOAD is my enemy! It's a glibc thing rootkits like to abuse. I know there are legit uses for it but it has no place in a hardened environment.How taboo is it to just patch glibc and maintain it your own repo? Or even make it public.
Comments
The devs are especially interested in a distribution of musl with hardened_malloc integrated for easy static linking.
Until then, LD_PRELOAD is your friend (assuming you build with semantic interposition).
LD_PRELOAD is my enemy! It's a glibc thing rootkits like to abuse. I know there are legit uses for it but it has no place in a hardened environment.
How taboo is it to just patch glibc and maintain it your own repo? Or even make it public.