C++: Add double-free change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-04-11 15:28:24 +01:00
parent 3c88590df2
commit c1960c6ff9

View 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".