mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Update cpp/ql/src/Critical/DoubleFree.ql
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
b2d4a82932
commit
dba46bd324
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Potential double free
|
||||
* @description An allocated memory block is free multiple times. Behavior in such cases is undefined and can cause memory corruption.
|
||||
* @description Freeing a resource more than once can lead to undefined behavior and cause memory corruption.
|
||||
* @kind path-problem
|
||||
* @precision medium
|
||||
* @id cpp/double-free
|
||||
|
||||
Reference in New Issue
Block a user