summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-22 01:37:18 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-22 01:37:55 (GMT)
commitfb64ec29ec05fbcba09898a3c93211966a6fa985 (patch)
treea64e3014d02a5b3e93dff4c6f65a0cab3bb15a05 /ChangeLog
parent486d249fb4715fd3de679b6c2a04f7e657883111 (diff)
downloadjemalloc-fb64ec29ec05fbcba09898a3c93211966a6fa985.zip
jemalloc-fb64ec29ec05fbcba09898a3c93211966a6fa985.tar.gz
jemalloc-fb64ec29ec05fbcba09898a3c93211966a6fa985.tar.bz2
Fix prof_tctx_dump_iter() to filter.
Fix prof_tctx_dump_iter() to filter out nodes that were created after heap profile dumping started. Prior to this fix, spurious entries with arbitrary object/byte counts could appear in heap profiles, which resulted in jeprof inaccuracies or failures.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 58e4462..c6bd556 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@ brevity. Much more detail can be found in the git revision history:
https://github.com/jemalloc/jemalloc
+* 4.0.3 (XXX)
+
+ Bug fixes:
+ - Fix prof_tctx_dump_iter() to filter out nodes that were created after heap
+ profile dumping started.
+
* 4.0.2 (September 21, 2015)
This bugfix release addresses a few bugs specific to heap profiling.