Skip to content

Commit

Permalink
Merge pull request #18038 from github/nickrolfe/typo-manger
Browse files Browse the repository at this point in the history
C++: fix typo in qhelp
  • Loading branch information
jketema authored Nov 19, 2024
2 parents d4ec8f6 + a2c6278 commit 5a18f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/ql/src/Critical/UseAfterFree.qhelp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<p>
This rule finds accesses through a pointer of a memory location that has already been freed (i.e. through a dangling pointer).
Such memory blocks have already been released to the dynamic memory manager, and modifying them can lead to anything
from a segfault to memory corruption that would cause subsequent calls to the dynamic memory manger to behave
from a segfault to memory corruption that would cause subsequent calls to the dynamic memory manager to behave
erratically, to a possible security vulnerability.
</p>

Expand Down

0 comments on commit 5a18f1f

Please sign in to comment.