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 d912a98 commit b3a7090Copy full SHA for b3a7090
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