aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-01-14 13:32:58 -0800
committerUlrich Drepper <drepper@redhat.com>2010-01-14 13:32:58 -0800
commit346bc35c33fa08e23d7774d374b0e2586ca5dab6 (patch)
tree0086222d6c96ac081e65176d37423a85d3a6ea9d /ChangeLog
parent52e2ea9a83ba3c6ea3b39f0f138af4343c9d687c (diff)
downloadglibc-346bc35c33fa08e23d7774d374b0e2586ca5dab6.tar
glibc-346bc35c33fa08e23d7774d374b0e2586ca5dab6.tar.gz
glibc-346bc35c33fa08e23d7774d374b0e2586ca5dab6.tar.bz2
glibc-346bc35c33fa08e23d7774d374b0e2586ca5dab6.zip
Fix malloc_info without prioor allocations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cf70a99d5..db85d0c227 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2010-01-14 Ulrich Drepper <drepper@redhat.com>
+ [BZ #11126]
+ * malloc/malloc.c (malloc_info): Initialize malloc if not already
+ done. Handle empty bin lists.
+
* posix/unistd.h: Change getpagesize and getdtablesize declaration
visibility some more.