Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbs96 authored Nov 6, 2023
1 parent 6f6fbbe commit e7b5b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ IDESecureHeapPropagation::getCallToRetFlowFunction(
// Change to CallSite everywhere
const auto *CS = llvm::cast<llvm::CallBase>(CallSite);

if (const auto * Callee = CS->getCalledFunction()) {
if (const auto *Callee = CS->getCalledFunction()) {
if (Callee->getName() == InitializerFn) {
return generateFromZero(SecureHeapFact::INITIALIZED);
}
Expand Down

0 comments on commit e7b5b24

Please sign in to comment.