From 69c8e849270393537d3e024137bc20a42c848333 Mon Sep 17 00:00:00 2001 From: Raja Grewal Date: Mon, 15 Jul 2024 14:38:21 +1000 Subject: [PATCH] Fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f2bf497..f53d126 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ configuration file. - Disable merging of slabs with similar size which reduces the risk of triggering heap overflows and limits influencing slab cache layout. -- Enable Memory zeroing at both allocation and free time which mitigate some +- Enable memory zeroing at both allocation and free time which mitigate some use-after-free vulnerabilities by erasing sensitive information in memory. - Enable the kernel page allocator to randomise free lists to limit some data @@ -108,7 +108,7 @@ configuration file. the busmaster bit on all PCI bridges during the early boot process. - Do not credit the CPU or bootloader as entropy sources at boot in order to - maximise the absolute quantity of entropy the pool. + maximise the absolute quantity of entropy in the combined pool. - Obtain more entropy at boot from RAM as the runtime memory allocator is being initialised.