File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 37
37
* `deltaDerefSinkAndDerefAddress >= 0`. The load attached to `*p` is the "operation". To ensure that the path makes
38
38
* intuitive sense, we only pick operations that are control-flow reachable from the dereference sink.
39
39
*
40
- * To compute the amount of the dereference is away from the final entry of the allocation, we sum the two deltas `delta1` and
41
- * `delta2`. This is done in the `operationIsOffBy` predicate (which is the only predicate exposed by this file).
40
+ * To compute the amount of the dereference is away from the final entry 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).
42
43
*
43
44
* Handling false positives:
44
45
*
You can’t perform that action at this time.
0 commit comments