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.
2 parents d4ec8f6 + a2c6278 commit 5a18f1fCopy full SHA for 5a18f1f
cpp/ql/src/Critical/UseAfterFree.qhelp
@@ -8,7 +8,7 @@
8
<p>
9
This rule finds accesses through a pointer of a memory location that has already been freed (i.e. through a dangling pointer).
10
Such memory blocks have already been released to the dynamic memory manager, and modifying them can lead to anything
11
-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
12
erratically, to a possible security vulnerability.
13
</p>
14
0 commit comments