From 40be77003e89706c6cef8cc9e6025c1e47481aad Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 18 Aug 2019 06:48:03 -0400 Subject: [PATCH] fix OS integration header level --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4caf496..a4658a0 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,9 @@ this allocator offers across different size classes. The intention is that this will be offered as part of hardened variants of the Bionic and musl C standard libraries. -# OS integration +## OS integration -## Android-based operating systems +### Android-based operating systems On GrapheneOS, hardened\_malloc is integrated into the standard C library as the standard malloc implementation. Other Android-based operating systems can @@ -125,7 +125,7 @@ configuration: This is unnecessary if you set `CONFIG_GUARD_SLABS_INTERVAL` to a very large value in the build configuration. -## Traditional Linux-based operating systems +### Traditional Linux-based operating systems On traditional Linux-based operating systems, hardened\_malloc can either be integrated into the libc implementation as a replacement for the standard