Skip to content

Commit e244eef

Browse files
authored
Merge pull request #16748 from MathiasVP/rc-3.14-mergeback-2
Mergeback from `rc/3.14`
2 parents a756f86 + 0150269 commit e244eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/ssa/codeql/ssa/Ssa.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
801801
input = bb
802802
or
803803
varBlockReachesExt(def, v, bb, input) and
804-
ssaDefReachesThroughBlock(def, input)
804+
ssaDefReachesThroughBlock(def, pragma[only_bind_into](input))
805805
)
806806
}
807807

0 commit comments

Comments
 (0)