aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-06-11 12:09:19 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-06-11 12:09:19 +0200
commit073f82140c7dbd7af387153c29ac7ac3e882c4ef (patch)
tree9fbb2c23eccc4fd63e44da46fa389c2e4bf50e50 /ChangeLog
parent983fd5c41ab7e5a5c33922259ca1ac99b3b413f8 (diff)
downloadglibc-073f82140c7dbd7af387153c29ac7ac3e882c4ef.tar
glibc-073f82140c7dbd7af387153c29ac7ac3e882c4ef.tar.gz
glibc-073f82140c7dbd7af387153c29ac7ac3e882c4ef.tar.bz2
glibc-073f82140c7dbd7af387153c29ac7ac3e882c4ef.zip
malloc_usable_size: Use correct size for dumped fake mapped chunks
The adjustment for the size computation in commit 1e8a8875d69e36d2890b223ffe8853a8ff0c9512 is needed in malloc_usable_size, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4028db2fd9..2989d21940 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2016-06-11 Florian Weimer <fweimer@redhat.com>
+ * malloc/malloc.c (musable): Return correct size for dumped fake
+ mmapped chunk.
+
+2016-06-11 Florian Weimer <fweimer@redhat.com>
+
[BZ #20222]
* libio/iofopncook.c (_IO_cookie_read): Demangle callback pointer.
(_IO_cookie_write): Likewise.