summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-14 22:43:52 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-14 22:43:52 -0400
commit3cda1b6d56335a101ec3de0053248f68f010eee1 (patch)
treefb778de6fbfbe26ba171615db1bc13f23632000f /ChangeLog
parent8ff5e0ec497613e578219c9c3d49053c550b9269 (diff)
downloadglibc-3cda1b6d56335a101ec3de0053248f68f010eee1.tar.gz
stpncpy: fix bug number [BZ #18795]
The previous commit used 18975 instead of 18795.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 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.