Update cpp/ql/src/Critical/DoubleFree.qhelp

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2023-04-17 07:40:01 +01:00
committed by GitHub
parent dba46bd324
commit fa5ed04286

View File

@@ -8,7 +8,7 @@
<p>
Deallocating memory more than once can lead to a double-free vulnerability. This can be exploited to
corrupt the allocator's internal data structures, which can lead to denial-of-service attacks by crashing
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.
</p>
</overview>