We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d3474 commit 4b137edCopy full SHA for 4b137ed
ruby/ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll
@@ -169,7 +169,7 @@ pragma[noinline]
169
private predicate inDefDominanceFrontier(BasicBlock bb, SourceVariable v) {
170
exists(BasicBlock defbb, Definition def |
171
def.definesAt(v, defbb, _) and
172
- inDominanceFrontier(defbb, bb)
+ inDominanceFrontier(pragma[only_bind_into](defbb), bb)
173
)
174
}
175
0 commit comments