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.