mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Dataflow: Propagate provenance correctly for flow-through wrappers.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user