From b52d9ca831f9d8b94f0e300f0eee29328edca4ca Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 11 Sep 2018 05:17:22 -0400 Subject: [PATCH] aggressive write-after-free check is implemented --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f09fedb..9e3103d 100644 --- a/README.md +++ b/README.md @@ -76,8 +76,7 @@ allocation and then unmapped on free. * [in-progress] Randomized allocation of slabs * [more randomization coming as the implementation is matured] * Slab allocations are zeroed on free and large allocations are unmapped -* [in-progress] Detection of write-after-free by verifying zero filling is - intact +* Detection of write-after-free by verifying zero filling is intact * Memory in fresh allocations is consistently zeroed due to it either being fresh pages or zeroed on free after previous usage * [in-progress] Delayed free via a combination of FIFO and randomization for