aboutsummaryrefslogtreecommitdiff
path: root/contrib/jemalloc/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@FreeBSD.org>2012-04-22 08:49:13 +0000
committerJason Evans <jasone@FreeBSD.org>2012-04-22 08:49:13 +0000
commit4bcb1430a87d759eb0c0469b6f6b0693227764b1 (patch)
treebb74ef462b9c9eeb4d5138d777ba402363012806 /contrib/jemalloc/ChangeLog
parent5083afda566775919202445355ce235f18eb1a71 (diff)
downloadsrc-4bcb1430a87d759eb0c0469b6f6b0693227764b1.tar.gz
src-4bcb1430a87d759eb0c0469b6f6b0693227764b1.zip
Import jemalloc a8f8d7540d66ddee7337db80c92890916e1063ca (dev branch,
prior to 3.0.0 release). This fixes several bugs related to memory initialization. Mangle __jemalloc_a0{malloc,calloc,free}() just like all the other library-internal symbols in jemalloc, and adjust the tls allocation code in libc to use the mangled names.
Notes
Notes: svn path=/head/; revision=234569
Diffstat (limited to 'contrib/jemalloc/ChangeLog')
-rw-r--r--contrib/jemalloc/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/jemalloc/ChangeLog b/contrib/jemalloc/ChangeLog
index 6d5670f50f17..b71fa165b60f 100644
--- a/contrib/jemalloc/ChangeLog
+++ b/contrib/jemalloc/ChangeLog
@@ -70,6 +70,8 @@ found in the git revision history:
invalid statistics and crashes.
- Work around TLS dallocation via free() on Linux. This bug could cause
write-after-free memory corruption.
+ - Fix chunk_alloc_dss() to stop claiming memory is zeroed. This bug could
+ cause memory corruption and crashes with --enable-dss specified.
- Fix malloc_stats_print() to honor 'b' and 'l' in the opts parameter.
- Fix realloc(p, 0) to act like free(p).
- Do not enforce minimum alignment in memalign().