Skip to content

Commit ba27a0d

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/src/change-notes/2023-10-16-redundant-null-check-simple.md
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 32d8238 commit ba27a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/change-notes/2023-10-16-redundant-null-check-simple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ category: newQuery
33
---
44
* 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.
55

6-
Note: This query was incorrectly noted as being promoted to Code Scanning in CodeQL version 2.14.6.
6+
Note: This query was incorrectly noted as being promoted to Code Scanning in CodeQL version 2.14.6.

0 commit comments

Comments
 (0)