about summary refs log tree commit diff
path: root/ChangeLog.pr14562
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-09-08 15:36:50 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-09-08 15:36:50 -0700
commit67d875851e833ab93dd8aa5fb934e79d094da48d (patch)
tree8623c1b2f9eb472c05cab2a8a29dd29587c0bd1b /ChangeLog.pr14562
parent3d9b46b3500566163815747173002d3d0bbb9b2f (diff)
downloadglibc-67d875851e833ab93dd8aa5fb934e79d094da48d.tar.gz
glibc-67d875851e833ab93dd8aa5fb934e79d094da48d.tar.xz
glibc-67d875851e833ab93dd8aa5fb934e79d094da48d.zip
Properly handle fencepost with MALLOC_ALIGN_MASK hjl/pr14562/master
Diffstat (limited to 'ChangeLog.pr14562')
-rw-r--r--ChangeLog.pr145625
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pr14562 b/ChangeLog.pr14562
new file mode 100644
index 0000000000..b92843d223
--- /dev/null
+++ b/ChangeLog.pr14562
@@ -0,0 +1,5 @@
+2012-09-08  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.