From 09b4f9ab1fed46330f19973c794759279259ab42 Mon Sep 17 00:00:00 2001 From: Ram Karthikeya Musti Date: Mon, 2 Mar 2026 22:06:16 +0530 Subject: [PATCH] Removing "[future]" tag in documentation ARM MTE support has already been added to hardened_malloc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4f941..089dd1a 100644 --- a/README.md +++ b/README.md @@ -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