add 1 byte overflow tests

This commit is contained in:
Daniel Micay 2022-01-03 21:20:15 -05:00
parent 13a1f578cb
commit 645414cc9f
6 changed files with 48 additions and 6 deletions

View file

@ -39,8 +39,10 @@ EXECUTABLES := \
uninitialized_free \
uninitialized_realloc \
uninitialized_malloc_usable_size \
eight_byte_overflow_small \
eight_byte_overflow_large \
overflow_large_1_byte \
overflow_large_8_byte \
overflow_small_1_byte \
overflow_small_8_byte \
string_overflow \
delete_type_size_mismatch \
unaligned_malloc_usable_size_small \