Skip to content

Commit 8b72146

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/src/Likely Bugs/Memory Management/UsingExpiredStackAddress.qhelp
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 8e0f354 commit 8b72146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Likely Bugs/Memory Management/UsingExpiredStackAddress.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<overview>
66
<p>
77
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
8+
expired stack frames. A pointer to a local variable is only valid
99
until the function returns, after which it becomes a dangling pointer.
1010
</p>
1111

0 commit comments

Comments
 (0)