[patch v1] malloc: add malloc_zero_aborts tunable
Florian Weimer
fweimer@redhat.com
Mon Feb 16 17:21:07 GMT 2026
* DJ Delorie:
> Florian Weimer <fweimer@redhat.com> writes:
>> We can't do that for static builds, yes. I don't think that would be
>> particularly worthwhile anyway.
>
> I would be happy with static builds being stuck with default malloc ;-)
Then use
#if defined SHARED && defined HAVE_IFUNC
as the conditional? But I'm not exactly sure if this still works, given
that it's not really used anymore.
Thanks,
Florian
More information about the Libc-alpha
mailing list