mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-02 14:26:32 -04:00
add another test for invalid small region frees
This commit is contained in:
parent
fe85116891
commit
bde8c3c29b
2 changed files with 13 additions and 0 deletions
|
@ -12,6 +12,7 @@ all: \
|
|||
invalid_free_protected \
|
||||
invalid_free_unprotected \
|
||||
invalid_free_small_region \
|
||||
invalid_free_small_region_far \
|
||||
uninitialized_free \
|
||||
uninitialized_realloc \
|
||||
uninitialized_malloc_usable_size \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue