Dataflow: Propagate provenance correctly for flow-through wrappers.

This commit is contained in:
Anders Schack-Mulligen
2024-07-31 13:54:38 +02:00
parent 05b0a3f41c
commit af06763c42

View File

@@ -4526,7 +4526,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
pathThroughCallable(mid, node, state, cc, t, ap, label) and
sc = mid.getSummaryCtx() and
isStoreStep = false and
summaryLabel = mid.getSummaryLabel()
summaryLabel = mergeLabels(mid.getSummaryLabel(), label)
}
pragma[nomagic]