mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-02 14:26:32 -04:00
add simple string overflow test
This commit is contained in:
parent
b24569b6ca
commit
93fcc6a978
2 changed files with 20 additions and 0 deletions
|
@ -20,6 +20,7 @@ EXECUTABLES := \
|
|||
uninitialized_malloc_usable_size \
|
||||
eight_byte_overflow_small \
|
||||
eight_byte_overflow_large \
|
||||
string_overflow
|
||||
|
||||
all: $(EXECUTABLES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue