mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-07-28 17:44:18 -04:00
added tests for malloc_usable_size
This commit is contained in:
parent
19365c25d6
commit
0a3a726c93
6 changed files with 63 additions and 1 deletions
|
@ -23,7 +23,10 @@ EXECUTABLES := \
|
|||
eight_byte_overflow_small \
|
||||
eight_byte_overflow_large \
|
||||
string_overflow \
|
||||
delete_type_size_mismatch
|
||||
delete_type_size_mismatch \
|
||||
unaligned_malloc_usable_size_small \
|
||||
invalid_malloc_usable_size_small \
|
||||
invalid_malloc_usable_size_small_quarantine
|
||||
|
||||
all: $(EXECUTABLES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue