From b4d66d99953d1c33b6ffc2789a1993cc7bc9a11d Mon Sep 17 00:00:00 2001
From: inference
Date: Wed, 26 Jun 2024 20:46:55 +0100
Subject: [PATCH] Fix table horizontal overflow scrolling
The table for hardened_malloc arena counts caused the entire webpage to
scroll horizontally. Force only the table to scroll, while fixing the
webpage scroll.
---
documentation/hardened_malloc.xhtml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml
index 220cd9e..e69e17e 100644
--- a/documentation/hardened_malloc.xhtml
+++ b/documentation/hardened_malloc.xhtml
@@ -1,7 +1,7 @@
-
+
@@ -82,6 +82,7 @@
whereas lower values prefer lower memory usage. Note that having too many arenas may cause memory
fragmentation and decrease system performance. The number of arenas has no impact on the security
properties of hardened_malloc.
+
For extra security, CONFIG_SEAL_METADATA=true
can be used in order to control
whether
Memory Protection Keys