CWE Rule 476
Description
A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit.
Polyspace Implementation
The rule checker checks for Dereference of a null pointer.
Examples
Check Information
| Category: Pointer Issues |
PQL Name:
std.cwe_native.R476
|
Version History
Introduced in R2023a