C++: Add change note.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-04-13 17:35:28 +01:00
parent c230de86b4
commit f1a7b1a853

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* The query `cpp/redundant-null-check-simple` has been promoted to Code Scanning. The query finds cases where a pointer is compared to null after it has already been dereferenced. Such comparisons likely indicate a bug at the place where the pointer is dereferenced, or where the pointer is compared to null.