From 109560e73afe66c782f91e5dd3d3e530fd16241d Mon Sep 17 00:00:00 2001 From: Dominik Maier Date: Sat, 12 Dec 2020 17:53:42 +0100 Subject: tmpdir not needed with sharedmap fuzzing --- afl-system-config | 1 - 1 file changed, 1 deletion(-) diff --git a/afl-system-config b/afl-system-config index 34db61aa..4ca9f0a9 100755 --- a/afl-system-config +++ b/afl-system-config @@ -80,4 +80,3 @@ if [ "$PLATFORM" = "Darwin" ] ; then DONE=1 fi test -z "$DONE" && echo Error: Unknown platform: $PLATFORM -test -z "$AFL_TMPDIR" && echo Also use AFL_TMPDIR and point it to a tmpfs for the input file caching -- cgit 1.4.1