From 64cc345ec2f78cf7542536fc86e201e44f9f946f Mon Sep 17 00:00:00 2001 From: David Carlier Date: Tue, 8 Feb 2022 10:46:54 +0000 Subject: [PATCH] afl-system-config update proposal for OpenBSD. The vast majority of security features can t be disabled but we can act of allocation config. --- afl-system-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/afl-system-config b/afl-system-config index b222b2ad..ef343704 100755 --- a/afl-system-config +++ b/afl-system-config @@ -76,6 +76,9 @@ EOF DONE=1 fi if [ "$PLATFORM" = "OpenBSD" ] ; then + doas sysctl vm.malloc_conf= + echo 'Freecheck on allocation in particular can be detrimental to performance.' + echo 'Also we might not want necessarily to abort at any allocation failure.' echo 'System security features cannot be disabled on OpenBSD.' echo DONE=1