Skip to content

Commit 5cad8ec

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent a176ba2 commit 5cad8ec

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
@@ -42,7 +42,7 @@
4242
* `test_missing_call_context_1` and `test_missing_call_context_2` tests for how this may flag false positives
4343
* without this final configuration.
4444
*
45-
* The source of the final path is an allocation that's:
45+
* The source of the final path is an allocation that is:
4646
* 1. identified as flowing to an invalid pointer (by `AllocationToInvalidPointer`), and
4747
* 2. for which the invalid pointer flows to a dereference (as identified by `InvalidPointerToDereference`).
4848
*

0 commit comments

Comments
 (0)