mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
Doc fixes.
This commit is contained in:
parent
9572119174
commit
c1e9ea3517
@ -20,9 +20,9 @@
|
|||||||
[BZ #12393]
|
[BZ #12393]
|
||||||
* elf/dl-load.c (fillin_rpath): Move trusted path check...
|
* elf/dl-load.c (fillin_rpath): Move trusted path check...
|
||||||
(is_trusted_path): ...to here.
|
(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
|
(_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>
|
2011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
|
||||||
|
|
||||||
|
2
NEWS
2
NEWS
@ -1,4 +1,4 @@
|
|||||||
GNU C Library NEWS -- history of user-visible changes. 2011-5-5
|
GNU C Library NEWS -- history of user-visible changes. 2011-5-7
|
||||||
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
|
Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
|
||||||
See the end for copying conditions.
|
See the end for copying conditions.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user