mirror of
https://github.com/github/codeql.git
synced 2026-04-23 07:45:17 +02:00
C++: Rename 'delta1' and 'delta2' in documentation.
This commit is contained in:
@@ -37,8 +37,9 @@
|
||||
* `deltaDerefSinkAndDerefAddress >= 0`. The load attached to `*p` is the "operation". To ensure that the path makes
|
||||
* intuitive sense, we only pick operations that are control-flow reachable from the dereference sink.
|
||||
*
|
||||
* To compute the amount of the dereference is away from the final entry of the allocation, we sum the two deltas `delta1` and
|
||||
* `delta2`. This is done in the `operationIsOffBy` predicate (which is the only predicate exposed by this file).
|
||||
* To compute the amount of the dereference is away from the final entry of the allocation, we sum the two deltas
|
||||
* `deltaDerefSourceAndPai` and `deltaDerefSinkAndDerefAddress`. This is done in the `operationIsOffBy` predicate
|
||||
* (which is the only predicate exposed by this file).
|
||||
*
|
||||
* Handling false positives:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user