summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatchboxbananasynergy <107055883+matchboxbananasynergy@users.noreply.github.com>2023-11-02 13:39:20 +0000
committerDaniel Micay <danielmicay@gmail.com>2023-11-02 10:41:46 -0400
commitcbd64bcff8cbe3e04d4b6cb0c231202807f1b585 (patch)
tree6d1c0a19a8f97c31d64afd14cd17d5988e37f026
parentd24129033658c4456c42edf605e92172f7087051 (diff)
Fix typo
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index bc2a1d1c..020f795d 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -720,7 +720,7 @@
<ul>
<li>always compile VPN service packages with speed filter to avoid background recompilation since many of these apps only automatically connect at boot and the user has to manually reconnect if the OS restarts them such as when users manually trigger app restart via the background recompilation notification</li>
- <li>disable GWP-ASan since it's a bug finding features rather than a hardening feature and doesn't preserve all the hardened_malloc security properties for the random allocations in random system processes where it gets activated especially now that memory tagging is supported</li>
+ <li>disable GWP-ASan since it's a bug finding feature rather than a hardening feature and doesn't preserve all the hardened_malloc security properties for the random allocations in random system processes where it gets activated especially now that memory tagging is supported</li>
<li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.199</li>
<li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-81">version 81</a></li>
<li>use sdk_phone_x86_64 (emulator) target as the default one for convenience</li>