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

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

View File

@@ -1,6 +1,6 @@
/** /**
* @name Potential double free * @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 * @kind path-problem
* @precision medium * @precision medium
* @id cpp/double-free * @id cpp/double-free