diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-11 00:15:38 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-11 00:15:38 -0400 |
commit | 22836f52e3e4740e450f9b93a2f1e31a90b168a6 (patch) | |
tree | f13227901f9fd1bd52d3e3d8c86b4cfe60787754 /ChangeLog | |
parent | 7b3b0b2a63f7e980adb630550c0dc9639ec09d7f (diff) | |
download | glibc-22836f52e3e4740e450f9b93a2f1e31a90b168a6.tar.gz glibc-22836f52e3e4740e450f9b93a2f1e31a90b168a6.tar.xz glibc-22836f52e3e4740e450f9b93a2f1e31a90b168a6.zip |
Fix up testing for valid $ORIGIN use
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f4363afc9d..60d160c78d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2011-05-11 Ulrich Drepper <drepper@gmail.com> + + [BZ #12393] + * elf/dl-load.c (is_trusted_path): Remove unnecessary test. + (is_trusted_path_normalize): Skip initial colon. Append slash + to empty buffer. Duplicate is_trusted_path code but allow + constructed patch to be prefix. + (is_dst): Allow $ORIGIN followed by /. + (_dl_dst_substitute): Correct clearing of check_for_trusted. + Correct testing of result of is_trusted_path_normalize + (decompose_rpath): Fix warning. + 2011-05-10 Ulrich Drepper <drepper@gmail.com> [BZ #11257] |