add initial simple memory corruption tests
This commit is contained in:
11
test/simple-memory-corruption/Makefile
Normal file
11
test/simple-memory-corruption/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
all: \
|
||||
double_free_large \
|
||||
double_free_small \
|
||||
unaligned_free_large \
|
||||
unaligned_free_small \
|
||||
read_after_free_large \
|
||||
read_after_free_small \
|
||||
write_after_free_large \
|
||||
write_after_free_small \
|
||||
read_zero_size \
|
||||
write_zero_size \
|
Reference in New Issue
Block a user