We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 947a85e commit 9e6bdbbCopy full SHA for 9e6bdbb
shared/ssa/codeql/ssa/Ssa.qll
@@ -307,6 +307,7 @@ module Make<LocationSig Location, InputSig<Location> Input> {
307
private predicate inReadDominanceFrontier(BasicBlock bb, SourceVariable v) {
308
exists(BasicBlock readbb | inDominanceFrontier(readbb, bb) |
309
ssaDefReachesRead(v, _, readbb, _) and
310
+ variableRead(readbb, _, v, true) and
311
not variableWrite(readbb, _, v, _)
312
or
313
synthPhiRead(readbb, v) and
0 commit comments