stpncpy: fix bug number [BZ #18795]

The previous commit used 18975 instead of 18795.
This commit is contained in:
Mike Frysinger 2015-08-14 22:43:52 -04:00
parent 8ff5e0ec49
commit 3cda1b6d56
2 changed files with 3 additions and 3 deletions

View File

@ -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.

4
NEWS
View File

@ -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