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 e1f519f commit 97809e7Copy full SHA for 97809e7
cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
@@ -57,7 +57,7 @@
57
*
58
* The set of pointer-arithmetic instructions that define the `TPointerArith` flow state is restricted to be the pointer-
59
* arithmetic instructions that both receive flow from the allocation (as identified by `AllocationToInvalidPointer.qll`),
60
- * and further flows to a dereference (as identified by `InvalidPointerToDereference.qll`).
+ * and further flow to a dereference (as identified by `InvalidPointerToDereference.qll`).
61
*/
62
63
import cpp
0 commit comments