From 4ce1918a15af06082b7e92c897dff09fe7c0456a Mon Sep 17 00:00:00 2001 From: inference Date: Mon, 30 Oct 2023 07:01:26 +0000 Subject: [PATCH] Switch from signed integer overflow wrapping to trapping --- about.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index 5b79027..b9b9c8f 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.