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 8e0f354 commit 8b72146Copy full SHA for 8b72146
cpp/ql/src/Likely Bugs/Memory Management/UsingExpiredStackAddress.qhelp
@@ -5,7 +5,7 @@
5
<overview>
6
<p>
7
This rule finds uses of pointers that likely point to local variables in
8
-expired stack frames. Such pointers to local variables is only valid
+expired stack frames. A pointer to a local variable is only valid
9
until the function returns, after which it becomes a dangling pointer.
10
</p>
11
0 commit comments