diff options
author | Jason Evans <jasone@canonware.com> | 2013-10-20 04:41:10 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2013-10-20 04:41:10 (GMT) |
commit | ff08ef7046563ed3a2bf2bfb2acdcf91218df88e (patch) | |
tree | b7a609ea81e862ab749261e02348999346d5b15b /ChangeLog | |
parent | 87a02d2bb18dbcb2955541b849bc95862e864803 (diff) | |
download | jemalloc-ff08ef7046563ed3a2bf2bfb2acdcf91218df88e.zip jemalloc-ff08ef7046563ed3a2bf2bfb2acdcf91218df88e.tar.gz jemalloc-ff08ef7046563ed3a2bf2bfb2acdcf91218df88e.tar.bz2 |
Update ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ found in the git revision history: http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git git://canonware.com/jemalloc.git +* 3.4.1 (XXX) + + Bug fixes: + - Fix a Valgrind integration flaw that caused Valgrind warnings about reads of + uninitialized memory in arena chunk headers. + - Preserve errno during the first allocation. A readlink(2) call during + initialization fails unless /etc/malloc.conf exists, so errno was typically + set during the first allocation prior to this fix. + - Fix compilation warnings reported by gcc 4.8.1. + * 3.4.0 (June 2, 2013) This version is essentially a small bugfix release, but the addition of |