From cf053e74d1182f7006b0784994ba6b67b761c9ee Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 18 Oct 2018 16:10:49 -0400 Subject: [PATCH] metadata region unification is completed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 25cf2cf..441faed 100644 --- a/README.md +++ b/README.md @@ -186,8 +186,8 @@ was a bit less important and if a core goal was finding latent bugs. * State within global variables is entirely read-only after initialization with pointers to the isolated allocator state so leaking the address of the library doesn't leak the address of writable state - * [in-progress] Allocator state is located within a dedicated region with - high entropy randomly sized guard regions around it + * Allocator state is located within a dedicated region with high entropy + randomly sized guard regions around it * [in-progress] Protection via Memory Protection Keys (MPK) on x86\_64 * [implementing stronger state protection is in-progress] * Extension for retrieving the size of allocations with fallback