diff options
author | Jason Evans <jasone@canonware.com> | 2015-09-15 07:49:09 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-09-15 07:51:09 (GMT) |
commit | 8c485b02a61ab96d4d248e234302edf57577b77d (patch) | |
tree | 607286e2d999fa216ffa9d06242fccae160ca93b /ChangeLog | |
parent | 0108b1fd0411db444d4074582013879f757fa1df (diff) | |
download | jemalloc-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-- | ChangeLog | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |