Skip to content

Commit 2c591f5

Browse files
committed
Dataflow: Fix missing join on summaryLabel.
1 parent b16dc20 commit 2c591f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dataflow/codeql/dataflow/internal/DataFlowImpl.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4350,7 +4350,7 @@ module MakeImpl<LocationSig Location, InputSig<Location> Lang> {
43504350

43514351
private PathNodeMid getSuccMid(string label) {
43524352
pathStep(this, result.getNodeEx(), result.getState(), result.getCallContext(),
4353-
result.getSummaryCtx(), result.getType(), result.getAp(), _, label)
4353+
result.getSummaryCtx(), result.getType(), result.getAp(), result.getSummaryLabel(), label)
43544354
}
43554355

43564356
private predicate isSourceWithLabel(string labelprefix) {

0 commit comments

Comments
 (0)