summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-10 06:16:10 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-10 06:16:10 (GMT)
commita00b10735a80f7070714b278c8acdad4473bea69 (patch)
tree85f469d89b9d910272bd1541bfa8e8cf216281f7 /ChangeLog
parenta306a60651db0bd835d4009271e0be236b450fb3 (diff)
downloadjemalloc-a00b10735a80f7070714b278c8acdad4473bea69.zip
jemalloc-a00b10735a80f7070714b278c8acdad4473bea69.tar.gz
jemalloc-a00b10735a80f7070714b278c8acdad4473bea69.tar.bz2
Fix "prof.reset" mallctl-related corruption.
Fix heap profiling to distinguish among otherwise identical sample sites with interposed resets (triggered via the "prof.reset" mallctl). This bug could cause data structure corruption that would most likely result in a segfault.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dba05eb..63c9d56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,10 @@ brevity. Much more detail can be found in the git revision history:
visible to custom functions set via the "arena.<i>.chunk_hooks" mallctl.
- Fix TLS configuration such that it is enabled by default for platforms on
which it works correctly.
+ - Fix heap profiling to distinguish among otherwise identical sample sites
+ with interposed resets (triggered via the "prof.reset" mallctl). This bug
+ could cause data structure corruption that would most likely result in a
+ segfault.
* 4.0.0 (August 17, 2015)