From 11c717a7b93f83092222bf779f3472bc224bce14 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 5 Nov 2018 18:06:54 -0500 Subject: [PATCH] update progress on randomization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8def0..7dde83c 100644 --- a/README.md +++ b/README.md @@ -192,8 +192,8 @@ was a bit less important and if a core goal was finding latent bugs. * Randomly sized guard regions for large allocations * Random slot selection within slabs * Randomized delayed free for slab allocations + * [in-progress] Randomized choice of slabs * [in-progress] Randomized allocation of slabs - * [more randomization coming as the implementation is matured] * Slab allocations are zeroed on free * Large allocations are purged and memory protected on free with the memory mapping kept reserved in a quarantine to detect use-after-free