mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
fix
This commit is contained in:
parent
24458ae285
commit
fc520a2bde
@ -921,7 +921,7 @@ bool ModuleSanitizerCoverageLTO::instrumentModule(
|
||||
std::string outstring;
|
||||
fprintf(stderr, "%s: length %zu/%zu \"", FuncName.c_str(), optLen,
|
||||
thestring.length());
|
||||
for (uint16t_t i = 0; i < (uint16_t)thestring.length(); i++) {
|
||||
for (uint16_t i = 0; i < (uint16_t)thestring.length(); i++) {
|
||||
|
||||
uint8_t c = thestring[i];
|
||||
if (c <= 32 || c >= 127)
|
||||
|
Loading…
x
Reference in New Issue
Block a user