enable autodict for cmplog compile, it is ensure not be used in the forkserver

This commit is contained in:
van Hauser
2020-08-22 10:01:45 +02:00
parent 5ec91fce23
commit c4f71ab201
3 changed files with 2 additions and 7 deletions

View File

@ -437,8 +437,6 @@ bool ModuleSanitizerCoverage::instrumentModule(
if ((afl_global_id = atoi(ptr)) < 0)
FATAL("AFL_LLVM_LTO_STARTID value of \"%s\" is negative\n", ptr);
if (getenv("AFL_LLVM_CMPLOG")) autodictionary = 0;
if ((ptr = getenv("AFL_LLVM_DOCUMENT_IDS")) != NULL) {
if ((documentFile = fopen(ptr, "a")) == NULL)