about summary refs log tree commit diff
path: root/llvm_mode
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-16 14:14:24 +0200
committervan Hauser <vh@thc.org>2020-08-16 14:14:24 +0200
commit9532499ef5280ae4c7aa3d189dd7a924a38e8358 (patch)
treea58da1d2ed34cef4020c1fccbd70c4679d7e59fb /llvm_mode
parent1d56de6c1d24e6ed24bf7193df18110da753c6b2 (diff)
downloadafl++-9532499ef5280ae4c7aa3d189dd7a924a38e8358.tar.gz
install libafldrivers
Diffstat (limited to 'llvm_mode')
-rw-r--r--llvm_mode/afl-llvm-lto-instrumentation.so.cc2
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];