From e1e946211f0cde361bdbf316f90526efa62025c5 Mon Sep 17 00:00:00 2001 From: inference Date: Tue, 13 Jun 2023 12:27:42 +0100 Subject: [PATCH] Improve wording. --- security/hardened_malloc.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/hardened_malloc.adoc b/security/hardened_malloc.adoc index d60be7b..9ca569c 100644 --- a/security/hardened_malloc.adoc +++ b/security/hardened_malloc.adoc @@ -1,10 +1,10 @@ = GrapheneOS hardened_malloc -Version: 0.0.0.7 +Version: 0.1.0.8 This documentation contains instructions to use -https://github.com/GrapheneOS/hardened_malloc[GrapheneOS' hardened_malloc] memory allocator as the +https://github.com/GrapheneOS/hardened_malloc[GrapheneOS hardened_malloc] memory allocator as the system's default memory allocator. These instructions apply to both musl and glibc C libraries on Unix-based and Unix-like systems.