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 13989db commit b1c6ee4Copy full SHA for b1c6ee4
cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
@@ -48,7 +48,7 @@
48
*
49
* The path can be described in 3 "chunks":
50
* 1. One path from the allocation to the construction of the invalid pointer
51
- * 2. Another path from the construction of the invalid pointer to the final pointer that's about to be dereferenced.
+ * 2. Another path from the construction of the invalid pointer to the final pointer that is 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 happen when the flow state is `TPointerArith(pai)`
0 commit comments