hardened_malloc/test
2022-01-21 15:00:18 -05:00
..
__init__.py Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
.gitignore add new mallinfo2 test to gitignore too 2021-05-12 21:13:06 -04:00
delete_type_size_mismatch.cc Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
double_free_large_delayed.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
double_free_large.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
double_free_small_delayed.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
double_free_small.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
impossibly_large_malloc.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
invalid_free_protected.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
invalid_free_small_region_far.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
invalid_free_small_region.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
invalid_free_unprotected.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
invalid_malloc_object_size_small_quarantine.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
invalid_malloc_object_size_small.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
invalid_malloc_usable_size_small_quarantine.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
invalid_malloc_usable_size_small.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
large_array_growth.c tests: make no-optimize attribute Clang compatible 2020-06-17 20:08:46 -04:00
Makefile Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
mallinfo.c Don't use mallinfo on non-android and non-glibc 2021-12-23 14:38:29 -05:00
mallinfo2.c disable mallinfo2 test for old glibc 2021-09-30 01:16:10 -04:00
malloc_info.c Fix an unused parameter warning 2022-01-04 12:16:53 -05:00
malloc_object_size_offset.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
malloc_object_size.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
offset.c fix out-of-memory check in offset test 2020-06-17 16:27:59 -04:00
overflow_large_1_byte.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
overflow_large_8_byte.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
overflow_small_1_byte.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
overflow_small_8_byte.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
read_after_free_large.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
read_after_free_small.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
read_zero_size.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
string_overflow.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
test_smc.py Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
test_util.h tests: make no-optimize attribute Clang compatible 2020-06-17 20:08:46 -04:00
unaligned_free_large.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
unaligned_free_small.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
unaligned_malloc_usable_size_small.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
uninitialized_free.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
uninitialized_malloc_usable_size.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
uninitialized_read_large.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
uninitialized_read_small.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
uninitialized_realloc.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
write_after_free_large_reuse.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
write_after_free_large.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
write_after_free_small_reuse.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
write_after_free_small.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00
write_zero_size.c Move memory corruption tests up a directory 2022-01-21 15:00:18 -05:00