hardened_malloc/test/simple-memory-corruption
2018-09-06 23:50:49 -04:00
..
double_free_large_delayed.c add delayed double free tests 2018-08-24 05:53:17 -04:00
double_free_large.c add initial simple memory corruption tests 2018-08-24 03:13:50 -04:00
double_free_small_delayed.c add delayed double free tests 2018-08-24 05:53:17 -04:00
double_free_small.c add initial simple memory corruption tests 2018-08-24 03:13:50 -04:00
eight_byte_overflow_large.c add simple overflow tests 2018-09-04 09:15:23 -04:00
eight_byte_overflow_small.c add simple overflow tests 2018-09-04 09:15:23 -04:00
invalid_free_protected.c add basic invalid free tests 2018-08-24 04:48:57 -04:00
invalid_free_small_region_far.c add another test for invalid small region frees 2018-08-24 05:09:33 -04:00
invalid_free_small_region.c add basic invalid free tests 2018-08-24 04:48:57 -04:00
invalid_free_unprotected.c add basic invalid free tests 2018-08-24 04:48:57 -04:00
Makefile add simple overflow tests 2018-09-04 09:15:23 -04:00
read_after_free_large.c add initial simple memory corruption tests 2018-08-24 03:13:50 -04:00
read_after_free_small.c add initial simple memory corruption tests 2018-08-24 03:13:50 -04:00
read_zero_size.c add initial simple memory corruption tests 2018-08-24 03:13:50 -04:00
unaligned_free_large.c add initial simple memory corruption tests 2018-08-24 03:13:50 -04:00
unaligned_free_small.c add initial simple memory corruption tests 2018-08-24 03:13:50 -04:00
uninitialized_free.c add uninitialized allocator tests 2018-08-24 05:03:12 -04:00
uninitialized_malloc_usable_size.c add uninitialized allocator tests 2018-08-24 05:03:12 -04:00
uninitialized_realloc.c add uninitialized allocator tests 2018-08-24 05:03:12 -04:00
write_after_free_large.c improve write-after-free tests 2018-09-06 23:50:49 -04:00
write_after_free_small.c improve write-after-free tests 2018-09-06 23:50:49 -04:00
write_zero_size.c add initial simple memory corruption tests 2018-08-24 03:13:50 -04:00