diff options
author | Jason Evans <jasone@canonware.com> | 2015-09-10 06:16:10 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-09-10 06:16:10 (GMT) |
commit | a00b10735a80f7070714b278c8acdad4473bea69 (patch) | |
tree | 85f469d89b9d910272bd1541bfa8e8cf216281f7 /ChangeLog | |
parent | a306a60651db0bd835d4009271e0be236b450fb3 (diff) | |
download | jemalloc-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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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) |