mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-02 22:35:11 -04:00
add uninitialized allocator tests
This commit is contained in:
parent
2d168b0516
commit
fe85116891
4 changed files with 27 additions and 0 deletions
|
@ -12,3 +12,6 @@ all: \
|
|||
invalid_free_protected \
|
||||
invalid_free_unprotected \
|
||||
invalid_free_small_region \
|
||||
uninitialized_free \
|
||||
uninitialized_realloc \
|
||||
uninitialized_malloc_usable_size \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue