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> <ul>
<li>Hardened app runtime</li> <li>Hardened app runtime</li>
<li>Stronger app sandbox</li> <li>Stronger app sandbox</li>
<li>Hardened libc providing defenses against the most common classes of <li><a href="https://github.com/GrapheneOS/platform_bionic">Hardened libc</a>
vulnerabilities (memory corruption)</li> 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> <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 leveraging modern hardware capabilities to provide substantial defenses against
the most common classes of vulnerabilities (heap memory corruption) along with the most common classes of vulnerabilities (heap memory corruption) along with