add simple string overflow test

This commit is contained in:
Daniel Micay 2018-10-03 17:15:38 -04:00
parent b24569b6ca
commit 93fcc6a978
2 changed files with 20 additions and 0 deletions

View file

@ -20,6 +20,7 @@ EXECUTABLES := \
uninitialized_malloc_usable_size \
eight_byte_overflow_small \
eight_byte_overflow_large \
string_overflow
all: $(EXECUTABLES)