add simple overflow tests

This commit is contained in:
Daniel Micay 2018-09-04 09:06:23 -04:00
parent 1a7b8079d0
commit 5017500a47
3 changed files with 26 additions and 0 deletions

View file

@ -18,6 +18,8 @@ EXECUTABLES := \
uninitialized_free \
uninitialized_realloc \
uninitialized_malloc_usable_size \
eight_byte_overflow_small \
eight_byte_overflow_large \
all: $(EXECUTABLES)