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.20-418-g9290117


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  929011700ce09f2bb4f6f650ae95b6eb68145deb (commit)
      from  528479c472535b09dd4c8823bf3d3764b3210b95 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=929011700ce09f2bb4f6f650ae95b6eb68145deb

commit 929011700ce09f2bb4f6f650ae95b6eb68145deb
Author: Chris Metcalf <cmetcalf@ezchip.com>
Date:   Mon Dec 22 14:45:02 2014 -0500

    Update NEWS and ChangeLog with two tile bug fixes.
    
    I committed fixes without references to bug numbers.
    
    Bug 17744: commit 95dee05f.
    Bug 17745: commit e969965a.

diff --git a/ChangeLog b/ChangeLog
index 74a4de3..4ad8b90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,6 +56,7 @@
 
 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
 
+	[BZ #17745]
 	* sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
 	* sysdeps/tile/ffsll.c (ffsll): To here.
 
@@ -97,6 +98,7 @@
 
 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
 
+	[BZ #17744]
 	* sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
 	strnlen.
 
diff --git a/NEWS b/NEWS
index f66d1ee..cf0756b 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ Version 2.21
   17522, 17555, 17570, 17571, 17572, 17573, 17574, 17581, 17582, 17583,
   17584, 17585, 17589, 17594, 17601, 17608, 17616, 17625, 17630, 17633,
   17634, 17647, 17653, 17657, 17664, 17665, 17668, 17682, 17717, 17719,
-  17722, 17724, 17725, 17733.
+  17722, 17724, 17725, 17733, 17744, 17745.
 
 * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag
   under certain input conditions resulting in the execution of a shell for

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

Summary of changes:
 ChangeLog |    2 ++
 NEWS      |    2 +-
 2 files changed, 3 insertions(+), 1 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]