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

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2022-02-23 09:38:30 +00:00
committed by GitHub
parent 8e0f354c2c
commit 8b7214621b

View File

@@ -5,7 +5,7 @@
<overview>
<p>
This rule finds uses of pointers that likely point to local variables in
expired stack frames. Such pointers to local variables is only valid
expired stack frames. A pointer to a local variable is only valid
until the function returns, after which it becomes a dangling pointer.
</p>