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.
2 parents 3ef6976 + b3a7090 commit 5031d6cCopy full SHA for 5031d6c
cpp/ql/lib/semmle/code/cpp/dataflow/internal/FlowVar.qll
@@ -435,7 +435,7 @@ module FlowVar_internal {
435
parameterIsNonConstReference(p) and
436
p = v and
437
// This definition reaches the exit node of the function CFG
438
- getAReachedBlockVarSBB(this).getANode() = p.getFunction()
+ getAReachedBlockVarSBB(this).getEnd() = p.getFunction()
439
}
440
441
override predicate definedByInitialValue(StackVariable lsv) {
0 commit comments