mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-08-01 11:26:04 -04:00
Add two tests to check that uninitialized read are zeroed
This commit is contained in:
parent
3696f071a4
commit
5f59ee3935
4 changed files with 39 additions and 0 deletions
|
@ -34,6 +34,8 @@ EXECUTABLES := \
|
|||
invalid_free_unprotected \
|
||||
invalid_free_small_region \
|
||||
invalid_free_small_region_far \
|
||||
uninitialized_read_small \
|
||||
uninitialized_read_large \
|
||||
uninitialized_free \
|
||||
uninitialized_realloc \
|
||||
uninitialized_malloc_usable_size \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue