[Bug libc/21198] malloc, free, _start, _exit etc should automatically zero memory
dj at redhat dot com
sourceware-bugzilla@sourceware.org
Mon Feb 27 21:10:00 GMT 2017
https://sourceware.org/bugzilla/show_bug.cgi?id=21198
dj at redhat dot com <dj at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dj at redhat dot com
--- Comment #2 from dj at redhat dot com <dj at redhat dot com> ---
MALLOC_PERTURB_ can be set from inside the app using mallopt(), which is
documented ("man mallopt"). You can then wrap that in whatever user-visible
controls you want (#ifdef, command-line options, Makefiles, whatever).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list