diff options
author | van Hauser <vh@thc.org> | 2020-04-17 10:46:35 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-04-17 10:46:35 +0200 |
commit | 2162fd8e1a1ceb745c1fcf87fb6a1053508591c4 (patch) | |
tree | fe965014986062edcb43f7b15b2314fb3a1ed9b0 /llvm_mode/afl-llvm-lto-instrumentation.so.cc | |
parent | 248a2f2f0bfddd9f79a4c6b6ceadef32f1765969 (diff) | |
download | afl++-2162fd8e1a1ceb745c1fcf87fb6a1053508591c4.tar.gz |
preliminary stuff for AFL_MAP_SIZE and afl-llvm-pass
Diffstat (limited to 'llvm_mode/afl-llvm-lto-instrumentation.so.cc')
-rw-r--r-- | llvm_mode/afl-llvm-lto-instrumentation.so.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/afl-llvm-lto-instrumentation.so.cc b/llvm_mode/afl-llvm-lto-instrumentation.so.cc index a5058974..ece3201f 100644 --- a/llvm_mode/afl-llvm-lto-instrumentation.so.cc +++ b/llvm_mode/afl-llvm-lto-instrumentation.so.cc @@ -637,7 +637,7 @@ bool AFLLTOPass::runOnModule(Module &M) { if (!f) { fprintf(stderr, - "Error: init function could not be found (this hould not " + "Error: init function could not be found (this should not " "happen)\n"); exit(-1); |