about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2010-10-03 22:27:21 -0400
committerUlrich Drepper <drepper@gmail.com>2010-10-03 22:27:21 -0400
commit3b11189345d0080527a76e3bf867da395a1b0261 (patch)
tree32445ea78afdb52b043d9c9ffa74a3c1d48b1454 /ChangeLog
parent45db99c7d03e497a3320907e722270fb7ee852f3 (diff)
downloadglibc-3b11189345d0080527a76e3bf867da395a1b0261.tar.gz
glibc-3b11189345d0080527a76e3bf867da395a1b0261.tar.xz
glibc-3b11189345d0080527a76e3bf867da395a1b0261.zip
Handle large requests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0c1600af9..faf2befa24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
 
+	[BZ #12005]
+	* malloc/mcheck.c: Handle large requests.
+
 	[BZ #12077]
 	* sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
 	for strncmp and strncasecmp.