about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-05-25 10:45:24 +0200
committervanhauser-thc <vh@thc.org>2021-05-25 10:45:24 +0200
commit87b16c4460d34eb775660991732ca0ef0c2f8e78 (patch)
tree702919d7e93fcb45d81949bdff2cbb35909fd5cf /Dockerfile
parent8e75adfee5574d6d0dd7fd73e9c0899f3162c964 (diff)
downloadafl++-87b16c4460d34eb775660991732ca0ef0c2f8e78.tar.gz
add AFL_TRY_AFFINITY
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 8f89b9aa..9662ca7c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -50,6 +50,7 @@ RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 0
 
 ENV LLVM_CONFIG=llvm-config-12
 ENV AFL_SKIP_CPUFREQ=1
+ENV AFL_TRY_AFFINITY=1
 ENV AFL_I_DONT_CARE_ABOUT_MISSING_CRASHES=1
 
 RUN git clone --depth=1 https://github.com/vanhauser-thc/afl-cov /afl-cov