We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a176ba2 commit 5cad8ecCopy full SHA for 5cad8ec
cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
@@ -42,7 +42,7 @@
42
* `test_missing_call_context_1` and `test_missing_call_context_2` tests for how this may flag false positives
43
* without this final configuration.
44
*
45
- * The source of the final path is an allocation that's:
+ * The source of the final path is an allocation that is:
46
* 1. identified as flowing to an invalid pointer (by `AllocationToInvalidPointer`), and
47
* 2. for which the invalid pointer flows to a dereference (as identified by `InvalidPointerToDereference`).
48
0 commit comments