hardened_malloc/test
Thibaut Sautereau 76860c72e1 malloc_usable_size: clean abort on invalid region
It's the region pointer that can be NULL here, and p was checked at the
beginning of the function. Also fix the test accordingly.
2021-02-10 17:41:17 -05:00
..
simple-memory-corruption malloc_usable_size: clean abort on invalid region 2021-02-10 17:41:17 -05:00
.gitignore add malloc_info test 2019-05-05 08:37:55 -04:00
large_array_growth.c tests: make no-optimize attribute Clang compatible 2020-06-17 20:08:46 -04:00
Makefile added test rule 2020-04-11 15:08:30 -04:00
mallinfo.c work around glibc bug in mallinfo test 2020-11-10 14:14:08 -05:00
malloc_info.c tests: make no-optimize attribute Clang compatible 2020-06-17 20:08:46 -04:00
offset.c fix out-of-memory check in offset test 2020-06-17 16:27:59 -04:00
test_util.h tests: make no-optimize attribute Clang compatible 2020-06-17 20:08:46 -04:00