diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-17 01:34:24 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-17 01:34:24 -0500 |
| commit | 36b0df4999ce59ac0e105453c89ff630ad816590 (patch) | |
| tree | 55a314c906421922f27e4b3b42309c57dcd0ad99 /static/features.html | |
| parent | c3f5f59c4545ac75eebac8a9d51719e0d12e17ce (diff) | |
reorder hardened_malloc information
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> |
