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 3d5414b commit 19872d5Copy full SHA for 19872d5
cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
@@ -393,7 +393,7 @@ module InvalidPointerToDerefFlow = DataFlow::Global<InvalidPointerToDerefConfig>
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
396
- * as `(p + size) + 1` and `source` is the node representing `(p + size) + 1`. In this
+ * as `(p + size) + 1` and `derefSource` is the node representing `(p + size) + 1`. In this
397
* case `delta` is 1.
398
*/
399
predicate invalidPointerToDerefSource(
0 commit comments