diff options
author | Andreas Jaeger <aj@suse.de> | 2001-01-10 16:55:54 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-01-10 16:55:54 +0000 |
commit | f156cf05bdf845d556c4ff17a3268cbd80d26022 (patch) | |
tree | 36916285aace1d344d4b0545d34ba452d5b03628 | |
parent | 18c5126084749b1c6b80c325aaa329a9b50c43b2 (diff) | |
download | glibc-cvs/glibc-2-1-branch.zip glibc-cvs/glibc-2-1-branch.tar.gz glibc-cvs/glibc-2-1-branch.tar.bz2 |
Update.cvs/glibc-2-1-branch
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2001-01-08 Ulrich Drepper <drepper@redhat.com> + + * elf/rtld.c (process_envvars): Place output files for profiling + in SUID binaries in /var/profile. + + * elf/dl-load.c (_dl_map_object): Don't look in cache for + preloading in SUID binaries. + + * elf/dl-profile.c (_dl_start_profile): Open the output file with + O_NOFOLLOW if possible. + + * sysdeps/generic/segfault.c (install_handler): Check output file + name with access(). + 2000-09-10 David S. Miller <davem@redhat.com> * sysdeps/sparc/sparc32/__longjmp.S (__longjmp): Correct %fp |