diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-09-24 08:58:04 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-09-24 08:58:04 -0700 |
commit | ced6f16ee919d12725840d43d007f1cfd67118df (patch) | |
tree | 2f861efcccd0eea5dde22744da6c6967ff300532 /ChangeLog | |
parent | a9f8e53a5b14ba481999ded036b025554ea06362 (diff) | |
download | glibc-ced6f16ee919d12725840d43d007f1cfd67118df.tar.gz |
Properly handle fencepost with MALLOC_ALIGN_MASK
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-09-24 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #14562] + * malloc/arena.c (heap_trim): Properly get fencepost and adjust + new chunk size with MALLOC_ALIGN_MASK. + 2012-09-24 Joseph Myers <joseph@codesourcery.com> [BZ #5044] |