File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cpp/ql/src/experimental/Security/CWE/CWE-193 Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 51
51
* 2. Another path from the construction of the invalid pointer to the final pointer that's about to be dereferenced.
52
52
* 3. Finally, a single step from the dataflow node that represents the final pointer to the dereference.
53
53
*
54
- * Step 1 happens when the flow state is `TInitial`, and step 2 and 3 happens when the flow state is `TPointerArith(pai)`
54
+ * Step 1 happens when the flow state is `TInitial`, and step 2 and 3 happen when the flow state is `TPointerArith(pai)`
55
55
* where the pointer-arithmetic instruction `pai` tracks the instruction that generated the out-of-bounds pointer. This
56
56
* instruction is used in the construction of the alert message.
57
57
*
You can’t perform that action at this time.
0 commit comments