C++: Fix Code Scanning alert.

This commit is contained in:
Mathias Vorreiter Pedersen
2022-09-30 10:05:45 +01:00
parent 6d5de66e6a
commit b0af4cba30

View File

@@ -133,7 +133,7 @@ class AllocToInvalidPointerConf extends ProductFlow::Configuration {
node = any(DataFlow::SsaPhiNode phi).getAnInput(true)
}
override predicate isBarrierIn1(DataFlow::Node node) { isSourcePair(node, _, _, _) }
override predicate isBarrierIn1(DataFlow::Node node) { this.isSourcePair(node, _, _, _) }
}
pragma[nomagic]