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 19872d5 commit 2c2f9b9Copy full SHA for 2c2f9b9
cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
@@ -421,7 +421,7 @@ predicate invalidPointerToDerefSource(
421
}
422
423
newtype TMergedPathNode =
424
- // The path nodes computed by the first projection of `AllocToInvalidPointerConfig`
+ // The path from the allocation to the address of the store/load.
425
TFinalPathNode(FinalFlow::PathNode p) or
426
// The read/write that uses the invalid pointer identified by `InvalidPointerToDerefConfig`.
427
// This one is needed because the sink identified by `InvalidPointerToDerefConfig` is the
0 commit comments