From a84c0a7a3633c34892220b31adce277ba06e5c46 Mon Sep 17 00:00:00 2001
From: inference
Date: Thu, 27 Jun 2024 12:56:47 +0100
Subject: [PATCH] Indent arena counts table
The hardened_malloc arena counts table is within the arenas description;
therefore, indent the code in order to nest it as per code style.
---
documentation/hardened_malloc.xhtml | 38 ++++++++++++++---------------
1 file changed, 19 insertions(+), 19 deletions(-)
diff --git a/documentation/hardened_malloc.xhtml b/documentation/hardened_malloc.xhtml
index 909e1ba..42d9956 100644
--- a/documentation/hardened_malloc.xhtml
+++ b/documentation/hardened_malloc.xhtml
@@ -1,7 +1,7 @@
-
+
@@ -83,24 +83,24 @@
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.
-
-
-
-
- Minimum |
- Maximum |
- Default |
-
-
-
-
- 1 |
- 256 |
- 4 |
-
-
-
-
+
+
+
+
+ Minimum |
+ Maximum |
+ Default |
+
+
+
+
+ 1 |
+ 256 |
+ 4 |
+
+
+
+
For extra security, CONFIG_SEAL_METADATA=true
can be used in order to control
whether
Memory Protection Keys