From 889f526bce9361834201f2ed4061540d78f7df1f Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Mon, 15 Jun 2020 16:59:00 -0400
Subject: [PATCH] clarify musl malloc
---
static/index.html | 4 ++--
1 file 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 has extensive documentation on it. Our work also heavily influenced the
design of the next-generation
- musl malloc implementation which offers substantially better security while still
- having minimal memory usage and code size.
+ musl malloc implementation which offers substantially better security than musl's
+ previous malloc while still having minimal memory usage and code size.
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