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.22-69-g3cda1b6


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  3cda1b6d56335a101ec3de0053248f68f010eee1 (commit)
      from  8ff5e0ec497613e578219c9c3d49053c550b9269 (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=3cda1b6d56335a101ec3de0053248f68f010eee1

commit 3cda1b6d56335a101ec3de0053248f68f010eee1
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Fri Aug 14 22:43:52 2015 -0400

    stpncpy: fix bug number [BZ #18795]
    
    The previous commit used 18975 instead of 18795.

diff --git a/ChangeLog b/ChangeLog
index 67d3517..7859f73 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 2015-08-15  Zack Weinberg  <zackw@panix.com>
 
-	[BZ #18975]
+	[BZ #18795]
 	* string/bits/string3.h (stpncpy): Call __stpncpy_chk if the
 	buffer length is known to be too large, not if it's known to be
 	small enough.
diff --git a/NEWS b/NEWS
index fbbcddb..3ee3035 100644
--- a/NEWS
+++ b/NEWS
@@ -10,8 +10,8 @@ Version 2.23
 * The following bugs are resolved with this release:
 
   16517, 16519, 16520, 16734, 17905, 18086, 18265, 18480, 18525, 18618,
-  18647, 18661, 18674, 18778, 18781, 18787, 18789, 18790, 18820, 18824,
-  18975.
+  18647, 18661, 18674, 18778, 18781, 18787, 18789, 18790, 18795, 18820,
+  18824.
 
 Version 2.22
 

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

Summary of changes:
 ChangeLog |    2 +-
 NEWS      |    4 ++--
 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]