Skip to content

Commit 4b137ed

Browse files
committed
Ruby: Sync identical files.
1 parent e2d3474 commit 4b137ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ pragma[noinline]
169169
private predicate inDefDominanceFrontier(BasicBlock bb, SourceVariable v) {
170170
exists(BasicBlock defbb, Definition def |
171171
def.definesAt(v, defbb, _) and
172-
inDominanceFrontier(defbb, bb)
172+
inDominanceFrontier(pragma[only_bind_into](defbb), bb)
173173
)
174174
}
175175

0 commit comments

Comments
 (0)