This commit is contained in:
vanhauser-thc 2022-07-04 21:57:42 +02:00
parent 24458ae285
commit fc520a2bde

View File

@ -921,7 +921,7 @@ bool ModuleSanitizerCoverageLTO::instrumentModule(
std::string outstring; std::string outstring;
fprintf(stderr, "%s: length %zu/%zu \"", FuncName.c_str(), optLen, fprintf(stderr, "%s: length %zu/%zu \"", FuncName.c_str(), optLen,
thestring.length()); 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]; uint8_t c = thestring[i];
if (c <= 32 || c >= 127) if (c <= 32 || c >= 127)