]> git.ipfire.org Git - thirdparty/glibc.git/commit - elf/rtld.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 25 May 2000 05:02:35 +0000 (05:02 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 25 May 2000 05:02:35 +0000 (05:02 +0000)
commitdb33f7d4aef7422140d5e19c440bb5e084fbe186
tree6b9f917cc1cc44fe8fea1e0dc2fedd42e9289285
parentacb5ee2e561276d64c6e26ef4b82f59a4db5ae90
Update.

* csu/Makefile (routines): Add check_fds.
* elf/rtld.c (dl_main): Call __libc_check_standard_fds for SUID
binaries.  Add various __builtin_expect.
* sysdeps/generic/libc-start.c: Move check_fds and helper functions...
* sysdeps/generic/check_fds.c: ...here.  New file.

* malloc/malloc.c (ptmalloc_init): Only enable debugging for SUID
binaries if file /etc/suid-debug is available.
ChangeLog
csu/Makefile
elf/rtld.c
malloc/malloc.c
sysdeps/generic/check_fds.c [new file with mode: 0644]
sysdeps/generic/libc-start.c