mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-07-25 16:15:17 -04:00
Add a test to prove that hardened_malloc handles too-large-to-be-true allocations
This pattern, used by https://github.com/kaist-hacking/HardsHeap, uncovered bugs in other memory allocators.
This commit is contained in:
parent
75952581ee
commit
cff1d6d4b5
3 changed files with 17 additions and 1 deletions
|
@ -45,7 +45,8 @@ EXECUTABLES := \
|
|||
malloc_object_size \
|
||||
malloc_object_size_offset \
|
||||
invalid_malloc_object_size_small \
|
||||
invalid_malloc_object_size_small_quarantine
|
||||
invalid_malloc_object_size_small_quarantine \
|
||||
impossibly_large_malloc
|
||||
|
||||
all: $(EXECUTABLES)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue