mirror of
https://github.com/github/codeql.git
synced 2025-12-23 12:16:33 +01:00
C++: Add double-free change note.
This commit is contained in:
4
cpp/ql/src/change-notes/2023-04-11-double-free.md
Normal file
4
cpp/ql/src/change-notes/2023-04-11-double-free.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
category: newQuery
|
||||||
|
---
|
||||||
|
* A new query `cpp/double-free` has been added. The query finds possible cases of deallocating the same pointer twice. The precision of the query has been set to "medium".
|
||||||
Reference in New Issue
Block a user