aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-10-27 19:45:19 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-10-28 16:49:04 +0200
commit681421f3cac665a82d000d854ae6df1fb3b561a5 (patch)
tree64608085bde498765bed856e9e8466d8aa8d1af2 /ChangeLog
parente9c4fe93b3855239752819303ca377dff0ed0553 (diff)
downloadglibc-681421f3cac665a82d000d854ae6df1fb3b561a5.zip
glibc-681421f3cac665a82d000d854ae6df1fb3b561a5.tar.gz
glibc-681421f3cac665a82d000d854ae6df1fb3b561a5.tar.bz2
sysmalloc: Initialize previous size field of mmaped chunks
With different encodings of the header, the previous zero initialization may be insufficient and produce an invalid encoding.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e071097..997431e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-10-27 Florian Weimer <fweimer@redhat.com>
+
+ * malloc/malloc.c (sysmalloc): Initialize previous size field of
+ mmaped chunks.
+
2016-10-28 Florian Weimer <fweimer@redhat.com>
* malloc/malloc.c (struct malloc_chunk): Rename prev_size, size