summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-15 07:49:09 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-15 07:51:09 (GMT)
commit8c485b02a61ab96d4d248e234302edf57577b77d (patch)
tree607286e2d999fa216ffa9d06242fccae160ca93b /ChangeLog
parent0108b1fd0411db444d4074582013879f757fa1df (diff)
downloadjemalloc-8c485b02a61ab96d4d248e234302edf57577b77d.zip
jemalloc-8c485b02a61ab96d4d248e234302edf57577b77d.tar.gz
jemalloc-8c485b02a61ab96d4d248e234302edf57577b77d.tar.bz2
Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 269d089..e4da638 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,8 +26,7 @@ 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.
+ - Fix xallocx() bugs related to size+extra exceeding HUGE_MAXCLASS.
- Fix irealloc_prof() to prof_alloc_rollback() on OOM.
- Make one call to prof_active_get_unlocked() per allocation event, and use
the result throughout the relevant functions that handle an allocation