Skip to content

Commit dba46bd

Browse files
Update cpp/ql/src/Critical/DoubleFree.ql
Co-authored-by: mc <[email protected]>
1 parent b2d4a82 commit dba46bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Critical/DoubleFree.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @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.
3+
* @description Freeing a resource more than once can lead to undefined behavior and cause memory corruption.
44
* @kind path-problem
55
* @precision medium
66
* @id cpp/double-free

0 commit comments

Comments
 (0)