ARM MTE: properly check the memory tag of small allocations for h_free/h_free_sized/h_free_aligned_sized during deallocation - #368
Conversation
|
ping |
|
It should be possible to do this with regular tag checks instead of our array of tags. Not sure which would be more efficient. |
I did some local benchmarks, and it looks like using |
|
There is an unrelated flaky CI issue caused by passing the combination of |
…e/h_free_sized/h_free_aligned_sized during deallocation
|
hardened_malloc_free_tag_benchmark.tar.gz I ran this benchmark on komodo, and the result I got was (free_check_tag uses |
Properly check the memory tag of small allocations for h_free/h_free_sized/h_free_aligned_sized during deallocation.