From 2391a474d8e3586f7bbc4e77195ab8bb178e1b72 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 12 Jun 2023 17:35:30 +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 2f77bcb..8c2d1c8 100644 --- a/security/hardened_malloc.adoc +++ b/security/hardened_malloc.adoc @@ -1,9 +1,9 @@ = GrapheneOS hardened_malloc -Version: 0.0.0.3 +Version: 0.0.0.4 -This documentation contains the instructions to use +This documentation contains 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.