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 2caad67 commit 997eb1cCopy full SHA for 997eb1c
cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/InvalidPointerToDereference.qll
@@ -23,7 +23,7 @@
23
* configuration (see `InvalidPointerToDerefConfig`).
24
*
25
* The dataflow traversal defines the set of sources as any dataflow node `n` such that there exists a pointer-arithmetic
26
- * instruction `pai` found by `AllocationToInvalidPointer.qll` and `n.asInstruction() >= pai + deltaDerefSourceAndPai`.
+ * instruction `pai` found by `AllocationToInvalidPointer.qll` and a `n.asInstruction() >= pai + deltaDerefSourceAndPai`.
27
* Here, `deltaDerefSourceAndPai` is the constant difference between the source we track for finding a dereference and the
28
* pointer-arithmetic instruction.
29
0 commit comments