Dataflow: Fix missing join on summaryLabel.

This commit is contained in:
Anders Schack-Mulligen
2024-08-15 11:05:08 +02:00
parent b16dc20bbd
commit 2c591f5420

View File

@@ -4350,7 +4350,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
private PathNodeMid getSuccMid(string label) {
pathStep(this, result.getNodeEx(), result.getState(), result.getCallContext(),
result.getSummaryCtx(), result.getType(), result.getAp(), _, label)
result.getSummaryCtx(), result.getType(), result.getAp(), result.getSummaryLabel(), label)
}
private predicate isSourceWithLabel(string labelprefix) {