diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 00:20:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-31 00:20:09 +0000 |
commit | 4a6d11984d9c84cce4789412b7a79ebedede3975 (patch) | |
tree | 4e11793c9eec87458b36913f2a3444a98da07cbb /ChangeLog | |
parent | 32ee8d952feb45120a583895128e8fab393460a6 (diff) | |
download | glibc-4a6d11984d9c84cce4789412b7a79ebedede3975.zip glibc-4a6d11984d9c84cce4789412b7a79ebedede3975.tar.gz glibc-4a6d11984d9c84cce4789412b7a79ebedede3975.tar.bz2 |
Update.
* elf/dl-load.c (fillin_rpath): Only check for trusted directories
when adding new entries.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2000-08-30 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (fillin_rpath): Only check for trusted directories + when adding new entries. + * elf/dl-load.c (fillin_rpath): Make local copy of where string since the object being loaded can be unloaded. |