We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241994d commit 401b564Copy full SHA for 401b564
cpp/ql/src/Likely Bugs/Memory Management/ReturnStackAllocatedMemory.ql
@@ -56,7 +56,7 @@ where
56
or
57
// The data flow library doesn't support conversions, so here we check that
58
// the address escapes into some expression `pointerToLocal`, which flows
59
- // in a one or more steps to a returned expression.
+ // in one or more steps to a returned expression.
60
exists(Expr pointerToLocal |
61
variableAddressEscapesTree(va, pointerToLocal.getFullyConverted()) and
62
not hasNontrivialConversion(pointerToLocal) and
0 commit comments