mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-08-06 05:34:56 -04:00
add test for delete size mismatch
This commit is contained in:
parent
7606bf4c1f
commit
e47c783524
2 changed files with 15 additions and 1 deletions
|
@ -22,7 +22,8 @@ EXECUTABLES := \
|
|||
uninitialized_malloc_usable_size \
|
||||
eight_byte_overflow_small \
|
||||
eight_byte_overflow_large \
|
||||
string_overflow
|
||||
string_overflow \
|
||||
delete_type_size_mismatch
|
||||
|
||||
all: $(EXECUTABLES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue