]> sourceware.org Git - glibc.git/commitdiff
stpncpy: fix bug number [BZ #18795]
authorMike Frysinger <vapier@gentoo.org>
Sat, 15 Aug 2015 02:43:52 +0000 (22:43 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sat, 15 Aug 2015 02:43:52 +0000 (22:43 -0400)
The previous commit used 18975 instead of 18795.

ChangeLog
NEWS

index 67d3517f881fb12038514a405c21e28475546491..7859f737cdbb1110d978221e89fe7bdd35418550 100644 (file)
--- 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 fbbcddb1dd2f4ad59765f69f4fcbfda3ce96efe8..3ee303583b3fa8453116438fb7775ae2fbff725b 100644 (file)
--- 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.
 \f
 Version 2.22
 
This page took 0.499981 seconds and 5 git commands to generate.