This commit is contained in:
vanhauser-thc
2025-05-09 17:14:44 +02:00
parent 977e08cda1
commit 231a4b1937

View File

@ -1070,7 +1070,7 @@ bool ModuleSanitizerCoverageAFL::InjectCoverage(
} else if ((fcmp = dyn_cast<FCmpInst>(&IN))) { } else if ((fcmp = dyn_cast<FCmpInst>(&IN))) {
if (!icmp->getType()->isIntegerTy(1)) { continue; } if (!fcmp->getType()->isIntegerTy(1)) { continue; }
auto res = fcmp; auto res = fcmp;
auto GuardPtr1 = IRB.CreateInBoundsGEP( auto GuardPtr1 = IRB.CreateInBoundsGEP(