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 099e11f commit 13989dbCopy full SHA for 13989db
cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/InvalidPointerToDereference.qll
@@ -37,7 +37,7 @@
37
* `deltaDerefSinkAndDerefAddress >= 0`. The load attached to `*p` is the "operation". To ensure that the path makes
38
* intuitive sense, we only pick operations that are control-flow reachable from the dereference sink.
39
*
40
- * To compute the amount of the dereference is away from the final entry of the allocation, we sum the two deltas
+ * To compute how many elements the dereference is beyond the end position of the allocation, we sum the two deltas
41
* `deltaDerefSourceAndPai` and `deltaDerefSinkAndDerefAddress`. This is done in the `operationIsOffBy` predicate
42
* (which is the only predicate exposed by this file).
43
0 commit comments