From 69c1091f6da1afd7a13b4817e3d1dd4b9c9cc6e7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 5 Dec 2020 11:50:43 -0500 Subject: [PATCH] hardened malloc documentation link --- static/features.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/static/features.html b/static/features.html index 607cebc8..7bebc59a 100644 --- a/static/features.html +++ b/static/features.html @@ -63,9 +63,10 @@
  • Stronger app sandbox
  • Hardened libc providing defenses against the most common classes of vulnerabilities (memory corruption)
  • -
  • Hardened malloc (memory allocator) leveraging modern hardware capabilities to provide - substantial defenses against the most common classes of vulnerabilities (heap memory corruption) - along with reducing the lifetime of sensitive data in memory
  • +
  • Our own hardened malloc (memory allocator) + leveraging modern hardware capabilities to provide substantial defenses against + the most common classes of vulnerabilities (heap memory corruption) along with + reducing the lifetime of sensitive data in memory
  • Hardened kernel
  • Prevention of dynamic native code execution in-memory or via the filesystem for the base OS without going via the package manager, etc.