Skip to content

Commit a2b0a01

Browse files
author
Alvaro Muñoz
committed
fix: fix merge conflict
2 parents ea29a09 + 3814462 commit a2b0a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/lib/codeql/actions/dataflow/internal/DataFlowPrivate.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ predicate stepsCtxLocalStep(Node nodeFrom, Node nodeTo) {
190190
*/
191191
predicate needsCtxLocalStep(Node nodeFrom, Node nodeTo) {
192192
exists(UsesExpr astFrom, NeedsCtxAccessExpr astTo |
193-
externallyDefinedSource(nodeFrom, _, "output." + astTo.getFieldName()) and
193+
externallyDefinedSource(nodeFrom, _, "output." + astTo.getFieldName(), _) and
194194
astFrom = nodeFrom.asExpr() and
195195
astTo = nodeTo.asExpr() and
196196
astTo.getRefExpr() = astFrom

0 commit comments

Comments
 (0)