mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-15 19:38:09 +00:00
install libafldrivers
This commit is contained in:
@ -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];
|
||||
|
Reference in New Issue
Block a user