mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2026-03-04 20:52:51 +01:00
Removing "[future]" tag in documentation
ARM MTE support has already been added to hardened_malloc.
This commit is contained in:
parent
3bee8d3e0e
commit
09b4f9ab1f
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ was a bit less important and if a core goal was finding latent bugs.
|
|||
randomly sized guard regions around it
|
||||
* Protection via Memory Protection Keys (MPK) on x86\_64 (disabled by
|
||||
default due to low benefit-cost ratio on top of baseline protections)
|
||||
* [future] Protection via MTE on ARMv8.5+
|
||||
* Protection via MTE on ARMv8.5+
|
||||
* Deterministic detection of any invalid free (unallocated, unaligned, etc.)
|
||||
* Validation of the size passed for C++14 sized deallocation by `delete`
|
||||
even for code compiled with earlier standards (detects type confusion if
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue