diff options
Diffstat (limited to 'static/features.html')
| -rw-r--r-- | static/features.html | 8 |
1 files 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 @@ <li>Our own <a href="https://github.com/GrapheneOS/hardened_malloc">hardened malloc (memory allocator)</a> 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 <a href="https://github.com/GrapheneOS/hardened_malloc/blob/master/README.md">hardened_malloc - README</a> has extensive documentation on it. Our allocator also heavily influenced the + README</a> 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 <a href="https://www.openwall.com/lists/musl/2020/05/13/1">next-generation musl malloc implementation</a> which offers substantially better security than musl's previous malloc while still having minimal memory usage and code size.</li> |
