mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-07-25 08:05:27 -04:00
add 1 byte overflow tests
This commit is contained in:
parent
13a1f578cb
commit
645414cc9f
6 changed files with 48 additions and 6 deletions
|
@ -39,8 +39,10 @@ EXECUTABLES := \
|
|||
uninitialized_free \
|
||||
uninitialized_realloc \
|
||||
uninitialized_malloc_usable_size \
|
||||
eight_byte_overflow_small \
|
||||
eight_byte_overflow_large \
|
||||
overflow_large_1_byte \
|
||||
overflow_large_8_byte \
|
||||
overflow_small_1_byte \
|
||||
overflow_small_8_byte \
|
||||
string_overflow \
|
||||
delete_type_size_mismatch \
|
||||
unaligned_malloc_usable_size_small \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue