mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
enable autodict for cmplog compile, it is ensure not be used in the forkserver
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user