summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-05-15 20:53:21 (GMT)
committerJason Evans <je@fb.com>2012-05-15 20:56:28 (GMT)
commit3860eac17023933180ef5dfb5bd24077cda57dfe (patch)
tree8d82d2e791953f636ce4db268bd37c39bf5e366b /ChangeLog
parentcbb71caceb1e53d0fd21284ce298885327c211b4 (diff)
downloadjemalloc-3860eac17023933180ef5dfb5bd24077cda57dfe.zip
jemalloc-3860eac17023933180ef5dfb5bd24077cda57dfe.tar.gz
jemalloc-3860eac17023933180ef5dfb5bd24077cda57dfe.tar.bz2
Fix heap profiling crash for realloc(p, 0) case.
Fix prof_realloc() to not call prof_ctx_set() if a sampled object is being freed via realloc(p, 0).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 231dd6d..829482f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/jemalloc.git
+* 3.x.x (XXX not yet released)
+
+ Bug fixes:
+ - Fix heap profiling crash if sampled object is freed via realloc(p, 0).
+
* 3.0.0 (May 11, 2012)
Although this version adds some major new features, the primary focus is on