added tests for malloc_usable_size
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user