about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-08-04 14:59:25 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-04 14:59:25 -0400
commit8c1a459f9a64abee69c154c8a0e5ab9be86256e4 (patch)
treebc044cba7787611928b93118f95e587e8de63a26 /ChangeLog
parent798be72d127adf18f382323d0eed0a1e394967f8 (diff)
downloadglibc-8c1a459f9a64abee69c154c8a0e5ab9be86256e4.tar.gz
glibc-8c1a459f9a64abee69c154c8a0e5ab9be86256e4.tar.xz
glibc-8c1a459f9a64abee69c154c8a0e5ab9be86256e4.zip
Fix inline strncat/strncmp on x86
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80b7d7ca09..aaa6f8b81c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-25  Andreas Schwab  <schwab@redhat.com>
+
+	* sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
+	__n bigger than INT_MAX+1.
+	(__strncmp_g): Likewise.
+
 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
 
 	* posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.