...
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| CodeSonar |
| IO.RACE (customization) | File System Race Condition Users can implement a custom check that triggers a warning if a file-opening function is called on a file that is already open. | ||||||
| 75 D | Fully implemented |
...
Related Guidelines
| CERT C++ Secure Coding Standard | FIO31FIO21-CPP. Do not simultaneously open the same file multiple times |
| MITRE CWE | CWE-362, Concurrent Execution Using Shared Resource with Improper Synchronization ("Race Condition") CWE-675, Duplicate Operations on Resource |
...