about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xafl-system-config3
1 files changed, 3 insertions, 0 deletions
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