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 dba46bd commit fa5ed04Copy full SHA for fa5ed04
cpp/ql/src/Critical/DoubleFree.qhelp
@@ -8,7 +8,7 @@
8
<p>
9
Deallocating memory more than once can lead to a double-free vulnerability. This can be exploited to
10
corrupt the allocator's internal data structures, which can lead to denial-of-service attacks by crashing
11
-the program, or to security vulnerabilities by allowing an attacker to overwrite arbitrary memory locations.
+the program, or security vulnerabilities, by allowing an attacker to overwrite arbitrary memory locations.
12
</p>
13
14
</overview>
0 commit comments