about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-12-12 17:53:42 +0100
committerDominik Maier <domenukk@gmail.com>2020-12-12 17:53:42 +0100
commit109560e73afe66c782f91e5dd3d3e530fd16241d (patch)
tree1558a6eab508b3b0fd9278b228385723ab146357
parentbefb1a2f39b28dbc360d5a6937705c48768ec053 (diff)
downloadafl++-109560e73afe66c782f91e5dd3d3e530fd16241d.tar.gz
tmpdir not needed with sharedmap fuzzing
-rwxr-xr-xafl-system-config1
1 files changed, 0 insertions, 1 deletions
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