Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1763db commit e1f519fCopy full SHA for e1f519f
1 file changed
cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
@@ -51,7 +51,7 @@
51
* 2. Another path from the construction of the invalid pointer to the final pointer that's about to be dereferenced.
52
* 3. Finally, a single step from the dataflow node that represents the final pointer to the dereference.
53
*
54
- * Step 1 happens when the flow state is `TInitial`, and step 2 and 3 happens when the flow state is `TPointerArith(pai)`
+ * Step 1 happens when the flow state is `TInitial`, and step 2 and 3 happen when the flow state is `TPointerArith(pai)`
55
* where the pointer-arithmetic instruction `pai` tracks the instruction that generated the out-of-bounds pointer. This
56
* instruction is used in the construction of the alert message.
57
0 commit comments