Skip to content

Commit 21a896d

Browse files
committed
Fixup.
1 parent 4fe7594 commit 21a896d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/consistency-queries/DataFlowConsistency.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private module Input implements InputSig<Location, CsharpDataFlow> {
4545
or
4646
n instanceof ParamsArgumentNode
4747
or
48-
n.asExpr() = any(Expr e | not exprMayHavePostUpdateNode(e))
48+
exists(n.asExpr())
4949
}
5050

5151
predicate reverseReadExclude(Node n) { n.asExpr() = any(AwaitExpr ae).getExpr() }

0 commit comments

Comments
 (0)