mirror of
https://github.com/github/codeql.git
synced 2026-04-26 17:25:19 +02:00
C++: Add change note
This commit is contained in:
4
cpp/ql/src/change-notes/2014-11-26-guarded-free.md
Normal file
4
cpp/ql/src/change-notes/2014-11-26-guarded-free.md
Normal 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).
|
||||
Reference in New Issue
Block a user