diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 01:13:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 01:13:01 +0000 |
commit | 32463b1aa6e3974e772fb984178820c2631d0283 (patch) | |
tree | a809319eba85bbda306ad335ba73ec0699a8966b /ChangeLog | |
parent | 8d42e2e526839af70dc5ae38f18aeaf7ffe959e9 (diff) | |
download | glibc-32463b1aa6e3974e772fb984178820c2631d0283.tar.gz glibc-32463b1aa6e3974e772fb984178820c2631d0283.tar.xz glibc-32463b1aa6e3974e772fb984178820c2631d0283.zip |
Update.
* elf/dl-load.c (_dl_dst_count): In SUID binaries expand $ORIGIN if it is alone. (_dl_dst_substitute): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3ed611e340..62fd68d4dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-07-22 Ulrich Drepper <drepper@redhat.com> + * elf/dl-load.c (_dl_dst_count): In SUID binaries expand $ORIGIN + if it is alone. + (_dl_dst_substitute): Likewise. + * iconv/iconvconfig.c: Remove --verbose option. Comment out mcheck_verbose call. |