link to our hardened Bionic libc repository

This commit is contained in:
Daniel Micay 2021-03-29 15:07:35 -04:00
parent 10d96a1a3e
commit 6ca6d63541

View File

@ -98,8 +98,9 @@
<ul>
<li>Hardened app runtime</li>
<li>Stronger app sandbox</li>
<li>Hardened libc providing defenses against the most common classes of
vulnerabilities (memory corruption)</li>
<li><a href="https://github.com/GrapheneOS/platform_bionic">Hardened libc</a>
providing defenses against the most common classes of vulnerabilities (memory
corruption)</li>
<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