mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-07-25 16:15:17 -04:00
added tests for if malloc_object_size small allocations are free
This commit is contained in:
parent
de3fb50dcc
commit
7804e263e9
5 changed files with 50 additions and 2 deletions
|
@ -42,7 +42,9 @@ EXECUTABLES := \
|
|||
invalid_malloc_usable_size_small \
|
||||
invalid_malloc_usable_size_small_quarantine \
|
||||
malloc_object_size \
|
||||
malloc_object_size_offset
|
||||
malloc_object_size_offset \
|
||||
invalid_malloc_object_size_small \
|
||||
invalid_malloc_object_size_small_quarantine
|
||||
|
||||
all: $(EXECUTABLES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue