diff options
author | van Hauser <vh@thc.org> | 2020-08-16 14:14:24 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-16 14:14:24 +0200 |
commit | 9532499ef5280ae4c7aa3d189dd7a924a38e8358 (patch) | |
tree | a58da1d2ed34cef4020c1fccbd70c4679d7e59fb /llvm_mode/afl-llvm-lto-instrumentation.so.cc | |
parent | 1d56de6c1d24e6ed24bf7193df18110da753c6b2 (diff) | |
download | afl++-9532499ef5280ae4c7aa3d189dd7a924a38e8358.tar.gz |
install libafldrivers
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 5320df09..300951fb 100644 --- a/llvm_mode/afl-llvm-lto-instrumentation.so.cc +++ b/llvm_mode/afl-llvm-lto-instrumentation.so.cc @@ -566,7 +566,7 @@ bool AFLLTOPass::runOnModule(Module &M) { std::string outstring; fprintf(stderr, "%s: length %zu/%zu \"", FuncName.c_str(), optLen, - (unsigned int)thestring.length()); + thestring.length()); for (uint8_t i = 0; i < thestring.length(); i++) { uint8_t c = thestring[i]; |