From adaf271d51aa227696f2b2e6c1bb1bede077bbe8 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 12 Jun 2023 17:12:34 +0100 Subject: [PATCH] Update GrapheneOS hardened_malloc documentation from version 0.0.0.2 to 0.0.0.3. --- 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.