Add two tests to check that uninitialized read are zeroed

This commit is contained in:
jvoisin 2021-12-27 13:17:58 +01:00 committed by Daniel Micay
parent 3696f071a4
commit 5f59ee3935
4 changed files with 39 additions and 0 deletions

View file

@ -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 \