diff options
author | Jason Evans <je@fb.com> | 2012-05-15 20:53:21 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2012-05-15 20:56:28 (GMT) |
commit | 3860eac17023933180ef5dfb5bd24077cda57dfe (patch) | |
tree | 8d82d2e791953f636ce4db268bd37c39bf5e366b /ChangeLog | |
parent | cbb71caceb1e53d0fd21284ce298885327c211b4 (diff) | |
download | jemalloc-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |