install libafldrivers

This commit is contained in:
van Hauser
2020-08-16 14:14:24 +02:00
parent 1d56de6c1d
commit 9532499ef5
3 changed files with 5 additions and 1 deletions

View File

@ -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];