From a3bf742c3e6972f59a0e99eb706d6d7b239d6fe7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 3 Jan 2024 14:44:08 -0500 Subject: [PATCH] remove trailing whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28349b8..fe5c5bf 100644 --- a/README.md +++ b/README.md @@ -763,7 +763,7 @@ since they would be useful for: When memory tagging is enabled, checking for write-after-free at allocation time and checking canaries are both disabled. Canaries will be more thoroughly disabled when using memory tagging in the future, but Android currently has -[very dynamic memory tagging support](https://source.android.com/docs/security/test/memory-safety/arm-mte) +[very dynamic memory tagging support](https://source.android.com/docs/security/test/memory-safety/arm-mte) where it can be enabled/disabled at any time which creates a barrier to optimizing by disabling redundant features.