Non-initialized pointer
Pointer is not initialized before being read
Description
This check occurs for every pointer read. It determines whether the pointer being read is initialized.
Diagnosing This Check
Examples
Check Information
Group: Data flow |
Language: C | C++ |
Acronym: NIP |