diff --git a/sh_script/fuzzing.sh b/sh_script/fuzzing.sh index 85cd89ea..446e52bc 100644 --- a/sh_script/fuzzing.sh +++ b/sh_script/fuzzing.sh @@ -344,6 +344,7 @@ check_test_result() { } main() { + export AFL_NO_AFFINITY=1 if [[ ! $PWD =~ td-shim$ ]]; then pushd .. fi