Dataflow: Review fix.

This commit is contained in:
Anders Schack-Mulligen
2022-05-11 15:40:49 +02:00
parent f85e06c2e4
commit 4884520ee1
29 changed files with 58 additions and 29 deletions

View File

@@ -3448,11 +3448,12 @@ private predicate nodeMayUseSummary0(
)
}
pragma[nomagic]
private predicate nodeMayUseSummary(
NodeEx n, FlowState state, AccessPathApprox apa, Configuration config
) {
exists(DataFlowCallable c |
Stage4::parameterMayFlowThrough(_, c, apa, _) and
Stage4::parameterMayFlowThrough(_, c, apa, config) and
nodeMayUseSummary0(n, c, state, apa, config)
)
}