added tests for malloc_usable_size

This commit is contained in:
rwarr627
2020-04-15 21:02:16 -07:00
committed by Daniel Micay
parent 19365c25d6
commit 0a3a726c93
6 changed files with 63 additions and 1 deletions

View File

@@ -23,7 +23,10 @@ EXECUTABLES := \
eight_byte_overflow_small \
eight_byte_overflow_large \
string_overflow \
delete_type_size_mismatch
delete_type_size_mismatch \
unaligned_malloc_usable_size_small \
invalid_malloc_usable_size_small \
invalid_malloc_usable_size_small_quarantine
all: $(EXECUTABLES)