mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-02 14:26:32 -04:00
add initial simple memory corruption tests
This commit is contained in:
parent
7a86b67778
commit
27ac1e21bc
11 changed files with 143 additions and 0 deletions
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 \
|
Loading…
Add table
Add a link
Reference in a new issue