From: Mike Frysinger Date: Sat, 15 Aug 2015 02:43:52 +0000 (-0400) Subject: stpncpy: fix bug number [BZ #18795] X-Git-Tag: glibc-2.23~658 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3cda1b6d56335a101ec3de0053248f68f010eee1;p=thirdparty%2Fglibc.git stpncpy: fix bug number [BZ #18795] The previous commit used 18975 instead of 18795. --- diff --git a/ChangeLog b/ChangeLog index 67d3517f881..7859f737cdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ 2015-08-15 Zack Weinberg - [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 fbbcddb1dd2..3ee303583b3 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