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 b2d4a82 commit dba46bdCopy full SHA for dba46bd
cpp/ql/src/Critical/DoubleFree.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Potential double free
3
- * @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.
4
* @kind path-problem
5
* @precision medium
6
* @id cpp/double-free
0 commit comments