aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-05-07 13:30:39 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-07 13:30:39 -0400
commitc1e9ea3517686173bed4beb07c8bf366c94b8edb (patch)
tree7b258e5d099c2d0888dd188e7deed0b5f7cec8db /ChangeLog
parent95721191747f271812735c26f06c73887d02bdaf (diff)
downloadglibc-c1e9ea3517686173bed4beb07c8bf366c94b8edb.zip
glibc-c1e9ea3517686173bed4beb07c8bf366c94b8edb.tar.gz
glibc-c1e9ea3517686173bed4beb07c8bf366c94b8edb.tar.bz2
Doc fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f485c3e..40a4ceb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,9 +20,9 @@
[BZ #12393]
* elf/dl-load.c (fillin_rpath): Move trusted path check...
(is_trusted_path): ...to here.
- (is_norm_trusted_path): Add wrapper for /../ and /./ normalization.
+ (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
(_dl_dst_substitute): Verify expanded $ORIGIN path elements
- using is_norm_trusted_path() in setuid scripts.
+ using is_trusted_path_normalize() in setuid scripts.
2011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>