diff options
author | Jason Evans <je@fb.com> | 2011-11-15 01:12:45 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2011-11-15 01:12:45 (GMT) |
commit | b3bd885090230cc28add77c399b4ed440b760ca3 (patch) | |
tree | 1b7dafa243d472359cd2522081505fb8ee72e13b /ChangeLog | |
parent | 334cc021422869329f08349e088e7f491318e087 (diff) | |
download | jemalloc-b3bd885090230cc28add77c399b4ed440b760ca3.zip jemalloc-b3bd885090230cc28add77c399b4ed440b760ca3.tar.gz jemalloc-b3bd885090230cc28add77c399b4ed440b760ca3.tar.bz2 |
Update ChangeLog for 2.2.5.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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: |