remvoe fprintf from autotokens pass (#505)

This commit is contained in:
Andrea Fioraldi 2022-01-28 13:51:55 +01:00 committed by GitHub
parent 93f28b41be
commit 95ba7d61ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,8 +215,8 @@ bool AutoTokensPass::runOnModule(Module &M) {
ptr = getenv("AFL_LLVM_DICT2FILE");
if (!ptr || *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, "AFL_LLVM_DICT2FILE is not set to an absolute path: %s\n", ptr);
// fprintf(stderr, "Writing tokens into libafl_tokens section\n");
use_file = false;
}