diff options
author | Dominik Maier <domenukk@gmail.com> | 2020-12-12 17:53:42 +0100 |
---|---|---|
committer | Dominik Maier <domenukk@gmail.com> | 2020-12-12 17:53:42 +0100 |
commit | 109560e73afe66c782f91e5dd3d3e530fd16241d (patch) | |
tree | 1558a6eab508b3b0fd9278b228385723ab146357 | |
parent | befb1a2f39b28dbc360d5a6937705c48768ec053 (diff) | |
download | afl++-109560e73afe66c782f91e5dd3d3e530fd16241d.tar.gz |
tmpdir not needed with sharedmap fuzzing
-rwxr-xr-x | afl-system-config | 1 |
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 |