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 63c5684 commit 3d5414bCopy full SHA for 3d5414b
cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
@@ -389,7 +389,7 @@ module InvalidPointerToDerefFlow = DataFlow::Global<InvalidPointerToDerefConfig>
389
390
/**
391
* Holds if `source1` is dataflow node that represents an allocation that flows to the
392
- * left-hand side of the pointer-arithmetic `pai`, and `source` is a dataflow node with
+ * left-hand side of the pointer-arithmetic `pai`, and `derefSource` is a dataflow node with
393
* a pointer-value that is non-strictly upper bounded by `pai + delta`.
394
*
395
* For example, if `pai` is a pointer-arithmetic operation `p + size` in an expression such
0 commit comments