diff options
author | Jason Evans <je@fb.com> | 2015-07-09 18:34:13 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2015-07-09 18:34:13 (GMT) |
commit | 32dca1191c297cff0844daf66cb1f26554fe969b (patch) | |
tree | 84269f3cc9d1c1a28985f76659e05832aec4e3cf /ChangeLog | |
parent | d508ec71ebc7985b02851f79765f025a555d7061 (diff) | |
download | jemalloc-32dca1191c297cff0844daf66cb1f26554fe969b.zip jemalloc-32dca1191c297cff0844daf66cb1f26554fe969b.tar.gz jemalloc-32dca1191c297cff0844daf66cb1f26554fe969b.tar.bz2 |
Add a missing ChangeLog entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -150,6 +150,9 @@ brevity. Much more detail can be found in the git revision history: memory decreases. This regression was first released in 3.5.0. - Fix OOM handling in memalign() and valloc(). A variant of this bug existed in all releases since 2.0.0, which introduced these functions. + - Fix an OOM-related regression in arena_tcache_fill_small(), which could + cause cache corruption on OOM. This regression was present in all releases + from 2.2.0 through 3.6.0. - Fix size class overflow handling for malloc(), posix_memalign(), memalign(), calloc(), and realloc() when profiling is enabled. - Fix the "arena.<i>.dss" mallctl to return an error if "primary" or |