diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-10-27 19:45:19 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-10-28 16:49:04 +0200 |
commit | 681421f3cac665a82d000d854ae6df1fb3b561a5 (patch) | |
tree | 64608085bde498765bed856e9e8466d8aa8d1af2 /ChangeLog | |
parent | e9c4fe93b3855239752819303ca377dff0ed0553 (diff) | |
download | glibc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |