Skip to content

Commit 86df424

Browse files
committed
C++: Fix query formatting
1 parent 4a27028 commit 86df424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ where
385385
hasFlowPath(source, sink, source3, pai, operation, k3) and
386386
invalidPointerToDerefSource(pai, source3.getNode(), k2)
387387
|
388-
k2 + k3
388+
k2 + k3
389389
) and
390390
offset = pai.getRight().getUnconvertedResultExpression() and
391391
n = source.asPathNode1().getNode() and

0 commit comments

Comments
 (0)