Skip to content

Commit 32d8238

Browse files
committed
C++: Add change note.
1 parent 20c3984 commit 32d8238

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: newQuery
3+
---
4+
* 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.
5+
6+
Note: This query was incorrectly noted as being promoted to Code Scanning in CodeQL version 2.14.6.

0 commit comments

Comments
 (0)