diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-09 04:32:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-09 04:32:41 +0000 |
commit | 92effacf83a28fc89eb1b04d23a32e1d015f0613 (patch) | |
tree | 81b99b53210199a2784572afd356aa1df09d1fe1 /ChangeLog | |
parent | 27f9ede1e987af3871fd37a00de2ae5ed276bb7e (diff) | |
download | glibc-92effacf83a28fc89eb1b04d23a32e1d015f0613.tar.gz glibc-92effacf83a28fc89eb1b04d23a32e1d015f0613.tar.xz glibc-92effacf83a28fc89eb1b04d23a32e1d015f0613.zip |
Update.
* elf/rtld.c (process_envvars): Place output files for profiling in SUID binaries in /var/profile.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 23d6c8431c..85e04ccf5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 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. |