mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-02 14:26:32 -04:00
add simple overflow tests
This commit is contained in:
parent
1a7b8079d0
commit
5017500a47
3 changed files with 26 additions and 0 deletions
|
@ -18,6 +18,8 @@ EXECUTABLES := \
|
|||
uninitialized_free \
|
||||
uninitialized_realloc \
|
||||
uninitialized_malloc_usable_size \
|
||||
eight_byte_overflow_small \
|
||||
eight_byte_overflow_large \
|
||||
|
||||
all: $(EXECUTABLES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue