diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-15 16:59:00 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-15 16:59:00 -0400 |
| commit | 889f526bce9361834201f2ed4061540d78f7df1f (patch) | |
| tree | 0a80bfcf8c3f2cea7075cc39992e3728c8545d87 /static/index.html | |
| parent | 04f1f2c19bba9bd9e9ee0b3bb412eea940346d76 (diff) | |
clarify musl malloc
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/index.html b/static/index.html index 868c50b4..881ebde2 100644 --- a/static/index.html +++ b/static/index.html @@ -73,8 +73,8 @@ href="https://github.com/GrapheneOS/hardened_malloc/blob/master/README.md">hardened_malloc README</a> has extensive documentation on it. Our work 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 while still - having minimal memory usage and code size.</p> + musl malloc implementation</a> which offers substantially better security than musl's + previous malloc while still having minimal memory usage and code size.</p> <p>There are also many under-the-hood changes at a higher level, including major improvements to SELinux policies particularly for the app sandbox. GrapheneOS tries to |
