remvoe fprintf from autotokens pass (#505)
This commit is contained in:
parent
93f28b41be
commit
95ba7d61ce
@ -215,8 +215,8 @@ bool AutoTokensPass::runOnModule(Module &M) {
|
|||||||
ptr = getenv("AFL_LLVM_DICT2FILE");
|
ptr = getenv("AFL_LLVM_DICT2FILE");
|
||||||
|
|
||||||
if (!ptr || *ptr != '/') {
|
if (!ptr || *ptr != '/') {
|
||||||
fprintf(stderr, "AFL_LLVM_DICT2FILE is not set to an absolute path: %s\n", ptr);
|
// fprintf(stderr, "AFL_LLVM_DICT2FILE is not set to an absolute path: %s\n", ptr);
|
||||||
fprintf(stderr, "Writing tokens into libafl_tokens section\n");
|
// fprintf(stderr, "Writing tokens into libafl_tokens section\n");
|
||||||
|
|
||||||
use_file = false;
|
use_file = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user