From d77517c1a83ae23e39bc863db647ce31c1cd334e Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 12 Jun 2023 17:12:17 +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 b2ceefc..2f77bcb 100644 --- a/security/hardened_malloc.adoc +++ b/security/hardened_malloc.adoc @@ -1,9 +1,9 @@ = GrapheneOS hardened_malloc -Version: 0.0.0.2 +Version: 0.0.0.3 -This documentation contains the complete set of commands to use +This documentation contains the instructions to use 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.