diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-08-14 22:43:52 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-08-14 22:43:52 -0400 |
commit | 3cda1b6d56335a101ec3de0053248f68f010eee1 (patch) | |
tree | fb778de6fbfbe26ba171615db1bc13f23632000f | |
parent | 8ff5e0ec497613e578219c9c3d49053c550b9269 (diff) | |
download | glibc-3cda1b6d56335a101ec3de0053248f68f010eee1.tar.gz glibc-3cda1b6d56335a101ec3de0053248f68f010eee1.tar.xz glibc-3cda1b6d56335a101ec3de0053248f68f010eee1.zip |
stpncpy: fix bug number [BZ #18795]
The previous commit used 18975 instead of 18795.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 67d3517f88..7859f737cd 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 fbbcddb1dd..3ee303583b 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 |