mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
False positive fix for cpp/uninitialized-local
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Corrected a false positive with `cpp/uninitialized-local`: `a->func()` is a false positive if `func` is static regardless of if `a` is initializeed.
|
||||
Reference in New Issue
Block a user