Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dba46bd

Browse filesBrowse files
Update cpp/ql/src/Critical/DoubleFree.ql
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
1 parent b2d4a82 commit dba46bd
Copy full SHA for dba46bd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎cpp/ql/src/Critical/DoubleFree.ql

Copy file name to clipboardExpand all lines: cpp/ql/src/Critical/DoubleFree.ql
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.