mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update cpp/ql/src/Critical/DoubleFree.qhelp
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
dba46bd324
commit
fa5ed04286
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user