This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.13-116-gc1e9ea3


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  c1e9ea3517686173bed4beb07c8bf366c94b8edb (commit)
      from  95721191747f271812735c26f06c73887d02bdaf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=c1e9ea3517686173bed4beb07c8bf366c94b8edb

commit c1e9ea3517686173bed4beb07c8bf366c94b8edb
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sat May 7 13:30:39 2011 -0400

    Doc fixes.

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>
 
diff --git a/NEWS b/NEWS
index 952f32a..8ce7e3b 100644
--- a/NEWS
+++ b/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.
 See the end for copying conditions.
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++--
 NEWS      |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]