diff options
author | 2023-11-06 17:25:34 -0300 | |
---|---|---|
committer | 2023-11-21 16:15:42 -0300 | |
commit | 6c6fce572fb8f583f14d898e54fd7d25ae91cf56 (patch) | |
tree | 9a1d21fc312c89083843f6349bf96499cb35e08c /stdio-common | |
parent | stdlib: The qsort implementation needs to use heapsort in more cases (diff) | |
download | glibc-6c6fce572fb8f583f14d898e54fd7d25ae91cf56.tar.xz glibc-6c6fce572fb8f583f14d898e54fd7d25ae91cf56.zip |
elf: Remove /etc/suid-debug support
Since malloc debug support moved to a different library
(libc_malloc_debug.so), the glibc.malloc.check requires preloading the
debug library to enable it. It means that suid-debug support has not
been working since 2.34.
To restore its support, it would require to add additional information
and parsing to where to find libc_malloc_debug.so.
It is one thing less that might change AT_SECURE binaries' behavior
due to environment configurations.
Checked on x86_64-linux-gnu.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'stdio-common')
0 files changed, 0 insertions, 0 deletions