summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-11 23:18:53 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-12 03:40:34 (GMT)
commit560a4e1e01d3733c2f107cdb3cc3580f3ed84442 (patch)
tree9a181e47c5051c81ff4c2001a16bf174e652b3a4 /ChangeLog
parenta00b10735a80f7070714b278c8acdad4473bea69 (diff)
downloadjemalloc-560a4e1e01d3733c2f107cdb3cc3580f3ed84442.zip
jemalloc-560a4e1e01d3733c2f107cdb3cc3580f3ed84442.tar.gz
jemalloc-560a4e1e01d3733c2f107cdb3cc3580f3ed84442.tar.bz2
Fix xallocx() bugs.
Fix xallocx() bugs related to the 'extra' parameter when specified as non-zero.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63c9d56..18d72eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,8 @@ brevity. Much more detail can be found in the git revision history:
with interposed resets (triggered via the "prof.reset" mallctl). This bug
could cause data structure corruption that would most likely result in a
segfault.
+ - Fix xallocx() bugs related to the 'extra' parameter when specified as
+ non-zero.
* 4.0.0 (August 17, 2015)