mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Create 2024-05-19-avoid-reporting-static-variable.md
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Reduce false positives of `NotInitialised.ql`. Static variables are initialised to zeros or nulls by default. See https://stackoverflow.com/questions/13251083/the-initialization-of-static-variables-in-c
|
||||
Reference in New Issue
Block a user