mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-23 06:28:51 +00:00
fix debug output
This commit is contained in:
@ -253,10 +253,6 @@ bool CmpLogRoutines::hookRtns(Module &M) {
|
|||||||
|
|
||||||
isPtrRtn = false;
|
isPtrRtn = false;
|
||||||
|
|
||||||
fprintf(stderr, "%u %u %u %u\n", isGccStdStringCString,
|
|
||||||
isGccStdStringStdString, isLlvmStdStringStdString,
|
|
||||||
isLlvmStdStringCString);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isPtrRtn) { calls.push_back(callInst); }
|
if (isPtrRtn) { calls.push_back(callInst); }
|
||||||
|
Reference in New Issue
Block a user