CWE Rule 476
説明
ルールの説明
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 実装
ルール チェッカーは、"NULL ポインターのデリファレンス" をチェックします。
例
チェック情報
カテゴリ: Pointer Issues |
バージョン履歴
R2023a で導入