C++: Add change note

This commit is contained in:
Jeroen Ketema
2024-11-26 13:55:30 +01:00
parent e1f70a0dec
commit fc6c327ab7

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* Added a new high-precision quality query, `cpp/guarded-free`, which detects useless NULL pointer checks before calls to `free`. A variation of this query was originally contributed as an [experimental query by @mario-campos](https://github.com/github/codeql/pull/16331).