CWE Rule 362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')
R2023a 以降
説明
ルールの説明
The program contains a code sequence that can run concurrently with other code, and the code sequence requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence that is operating concurrently.
Polyspace 実装
ルール チェッカーは、"子プロセスに対するファイル記述子の公開" をチェックします。
例
チェック情報
| カテゴリ: その他 |
バージョン履歴
R2023a で導入