From 9c92ea93af5322a984ccff6e63c060dacd5164b8 Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 30 Oct 2023 07:02:16 +0000 Subject: [PATCH] Update webpage "About" from version 6.2.1-beta.1 to 6.2.2-beta.1 --- about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index 3c2b778..4a0575c 100644 --- a/about.html +++ b/about.html @@ -5,7 +5,7 @@ - + @@ -397,7 +397,7 @@ still very performant. Some of the hardening I apply includes stack protection, - signed integer overflow wrapping, + signed integer overflow trapping, and GrapheneOS' hardened_malloc memory allocator.