d757835d90
This was not working as expected due to CONFIG_EXTENDED_SIZE_CLASSES resulting in 128k being a slab allocation size class. The addition of padding for the canary pushes it into the next size class, resulting in this writing over size class rounding padding rather than this actually being an overflow as intended. |
||
---|---|---|
.. | ||
simple-memory-corruption | ||
.gitignore | ||
large_array_growth.c | ||
Makefile | ||
mallinfo.c | ||
malloc_info.c | ||
offset.c |