summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2011-11-15 01:15:59 (GMT)
committerJason Evans <je@fb.com>2011-11-15 01:15:59 (GMT)
commitfc1bb70e5f0d9a58b39efa39cc549b5af5104760 (patch)
tree0a77b93409638147a90c2ec49fd818789a722f42 /ChangeLog
parentd1c526d53b613474975ccd0124e3150f54a991d1 (diff)
parent196c7b7e6d567dc5a4e9a70001e52c8b970ff318 (diff)
downloadjemalloc-2.2.5.zip
jemalloc-2.2.5.tar.gz
jemalloc-2.2.5.tar.bz2
Merge branch '2_2_5_bp'2.2.5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6197968..326ee7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,14 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/jemalloc.git
+* 2.2.5 (November 14, 2011)
+
+ Bug fixes:
+ - Fix huge_ralloc() race when using mremap(2). This is a serious bug that
+ could cause memory corruption and/or crashes.
+ - Fix huge_ralloc() to maintain chunk statistics.
+ - Fix malloc_stats_print(..., "a") output.
+
* 2.2.4 (November 5, 2011)
Bug fixes: