summaryrefslogtreecommitdiffstats
path: root/test/aligned_alloc.c
diff options
context:
space:
mode:
authorJason Evans <je@facebook.com>2010-04-28 19:00:59 (GMT)
committerJason Evans <je@facebook.com>2010-04-28 19:00:59 (GMT)
commitecea0f6125ea87ee6fd82f16286b61eb8c0f5692 (patch)
tree22569e0140a58a18202db134e039e23d24ce696b /test/aligned_alloc.c
parent5055f4516c8852e67668b0e746863a7d6a1c148e (diff)
downloadjemalloc-ecea0f6125ea87ee6fd82f16286b61eb8c0f5692.zip
jemalloc-ecea0f6125ea87ee6fd82f16286b61eb8c0f5692.tar.gz
jemalloc-ecea0f6125ea87ee6fd82f16286b61eb8c0f5692.tar.bz2
Fix junk filling of cached large objects.
Use the size argument to tcache_dalloc_large() to control the number of bytes set to 0x5a when junk filling is enabled, rather than accessing a non-existent arena bin. This bug was capable of corrupting an arbitrarily large memory region, depending on what followed the arena data structure in memory (typically zeroed memory, another arena_t, or a red-black tree node for a huge object).
Diffstat (limited to 'test/aligned_alloc.c')
0 files changed, 0 insertions, 0 deletions