mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
Dataflow: Fix missing join on summaryLabel.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user