diff options
author | van Hauser <vh@thc.org> | 2020-03-09 10:56:53 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-09 10:56:53 +0100 |
commit | dcf7d85cba9a8ee5a33cff578fe48bdbccda1a3d (patch) | |
tree | 07e5d1337b58053645ae470e00aae12cd3b61a5e /llvm_mode/afl-llvm-lto-whitelist.so.cc | |
parent | 8e953d99314203f5c996b4a327403563b1c4ec00 (diff) | |
download | afl++-dcf7d85cba9a8ee5a33cff578fe48bdbccda1a3d.tar.gz |
honor no_quiet for missing llvm_mode output, also print to stderr with afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes
Diffstat (limited to 'llvm_mode/afl-llvm-lto-whitelist.so.cc')
-rw-r--r-- | llvm_mode/afl-llvm-lto-whitelist.so.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm_mode/afl-llvm-lto-whitelist.so.cc b/llvm_mode/afl-llvm-lto-whitelist.so.cc index 617f9ca1..48df76c3 100644 --- a/llvm_mode/afl-llvm-lto-whitelist.so.cc +++ b/llvm_mode/afl-llvm-lto-whitelist.so.cc @@ -217,6 +217,7 @@ bool AFLwhitelist::runOnModule(Module &M) { F.getName().compare("init") == 0 || F.getName().compare("_init") == 0) { + // We do not honor be_quiet for this one WARNF("Cannot ignore functions main/init/start"); } else { |