CWE Rule 476
Description
Rule 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 |
Version History
Introduced in R2023a