summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2020-12-05 11:50:43 -0500
committerDaniel Micay <danielmicay@gmail.com>2020-12-05 11:50:43 -0500
commit69c1091f6da1afd7a13b4817e3d1dd4b9c9cc6e7 (patch)
treee7fcd41dd00167ad9db6dc959bf59820d7c3249f
parent53957bef493251c2c491cb37e30706c8115380aa (diff)
hardened malloc documentation link
-rw-r--r--static/features.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/static/features.html b/static/features.html
index 607cebc8..7bebc59a 100644
--- a/static/features.html
+++ b/static/features.html
@@ -63,9 +63,10 @@
<li>Stronger app sandbox</li>
<li>Hardened libc providing defenses against the most common classes of vulnerabilities (memory
corruption)</li>
- <li>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</li>
+ <li>Our own <a href="https://github.com/GrapheneOS/hardened_malloc/blob/master/README.md">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</li>
<li>Hardened kernel</li>
<li>Prevention of dynamic native code execution in-memory or via the filesystem
for the base OS without going via the package manager, etc.</li>