summaryrefslogtreecommitdiff
path: root/static/features.html
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-17 01:34:24 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-17 01:34:24 -0500
commit36b0df4999ce59ac0e105453c89ff630ad816590 (patch)
tree55a314c906421922f27e4b3b42309c57dcd0ad99 /static/features.html
parentc3f5f59c4545ac75eebac8a9d51719e0d12e17ce (diff)
reorder hardened_malloc information
Diffstat (limited to 'static/features.html')
-rw-r--r--static/features.html8
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>