summaryrefslogtreecommitdiffstats
path: root/config.stamp.in
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2014-10-05 20:05:10 (GMT)
committerJason Evans <jasone@canonware.com>2016-12-06 18:57:43 (GMT)
commit1819ae581ce9eb3bceb051eecf7782ab82427a73 (patch)
tree70277c31f8e16003ebe7a6d9022922a983944e94 /config.stamp.in
parent1ba886fb6983e795dc12f6f2c6cf3159481c0c5d (diff)
downloadjemalloc-stable-3.zip
jemalloc-stable-3.tar.gz
jemalloc-stable-3.tar.bz2
Fix OOM-related regression in arena_tcache_fill_small().stable-3
Fix an OOM-related regression in arena_tcache_fill_small() that caused cache corruption that would almost certainly expose the application to undefined behavior, usually in the form of an allocation request returning an already-allocated region, or somewhat less likely, a freed region that had already been returned to the arena, thus making it available to the arena for any purpose. This regression was introduced by 9c43c13a35220c10d97a886616899189daceb359 (Reverse tcache fill order.), and was present in all releases from 2.2.0 through 3.6.0. This resolves #98.
Diffstat (limited to 'config.stamp.in')
0 files changed, 0 insertions, 0 deletions