mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-08-05 21:34:11 -04:00
add basic invalid free tests
This commit is contained in:
parent
97b693d862
commit
0a79e82474
4 changed files with 43 additions and 0 deletions
|
@ -9,3 +9,6 @@ all: \
|
|||
write_after_free_small \
|
||||
read_zero_size \
|
||||
write_zero_size \
|
||||
invalid_free_protected \
|
||||
invalid_free_unprotected \
|
||||
invalid_free_small_region \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue