hardened_malloc/test
Daniel Micay d757835d90 increase size for eight_byte_overflow_large test
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.
2020-04-11 15:25:34 -04:00
..
simple-memory-corruption increase size for eight_byte_overflow_large test 2020-04-11 15:25:34 -04:00
.gitignore add malloc_info test 2019-05-05 08:37:55 -04:00
large_array_growth.c add large array growth test 2019-05-05 08:37:55 -04:00
Makefile added test rule 2020-04-11 15:08:30 -04:00
mallinfo.c add real mallinfo implementation for Android 2019-04-06 20:54:26 -04:00
malloc_info.c add malloc_info test 2019-05-05 08:37:55 -04:00
offset.c add extended size classes to offset test 2019-06-18 15:51:28 -04:00