File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 22
22
* in `AllocationToInvalidPointer.qll` are actually being dereferenced. We do this using a regular dataflow
23
23
* configuration (see `InvalidPointerToDerefConfig`).
24
24
*
25
- * This dataflow traversal defines the set of sources as any dataflow node `n` such that there exists a pointer-arithmetic
25
+ * The dataflow traversal defines the set of sources as any dataflow node `n` such that there exists a pointer-arithmetic
26
26
* instruction `pai` found by `AllocationToInvalidPointer.qll` and `n.asInstruction() >= pai + deltaDerefSourceAndPai`.
27
27
* Here, `deltaDerefSourceAndPai` is the constant difference between the source we track for finding a dereference and the
28
28
* pointer-arithmetic instruction.
You can’t perform that action at this time.
0 commit comments