From 36b0df4999ce59ac0e105453c89ff630ad816590 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 17 Dec 2020 01:34:24 -0500 Subject: [PATCH] reorder hardened_malloc information --- static/features.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/features.html b/static/features.html index 780ff4b0..b3a3a6c8 100644 --- a/static/features.html +++ b/static/features.html @@ -70,11 +70,11 @@
  • 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. The hardened_malloc project is - portable to other Linux-based operating systems and is being adopted by other - security-focused operating systems like Whonix. The + reducing the lifetime of sensitive data in memory. The hardened_malloc - README has extensive documentation on it. Our allocator also heavily influenced the + README has extensive documentation on it. The hardened_malloc project is + portable to other Linux-based operating systems and is being adopted by other + security-focused operating systems like Whonix. Our allocator also heavily influenced the design of the next-generation musl malloc implementation which offers substantially better security than musl's previous malloc while still having minimal memory usage and code size.