Skip to content

Commit bb5fefa

Browse files
committed
Sync FlowSummaryImpl.qll
1 parent 47ccb19 commit bb5fefa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csharp/ql/src/semmle/code/csharp/dataflow/internal/FlowSummaryImpl.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,8 @@ module Private {
688688
) {
689689
exists(string inSpec, string outSpec, string kind |
690690
summaryElement(this, inSpec, outSpec, kind) and
691-
interpretSpec(inSpec, 0, input) and
692-
interpretSpec(outSpec, 0, output)
691+
interpretSpec(inSpec, input) and
692+
interpretSpec(outSpec, output)
693693
|
694694
kind = "value" and preservesValue = true
695695
or

0 commit comments

Comments
 (0)