...
| Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Astrée |
| read_data_race write_data_race | Supported by sound analysis (data race alarm) | ||||||
| CodeSonar |
| CONCURRENCY.DATARACE | Data race | ||||||
| Coverity |
| MISSING_LOCK (partial) | Implemented | ||||||
| Parasoft C/C++test |
| CERT_C-CON43-a | Usage of functions prone to race is not allowed | ||||||
| Polyspace Bug Finder |
| CERT C: Rule CON43-C | Checks for data race (rule fully covered) | ||||||
| PRQA QA-C |
| 1765, 1766, 1770, 1771 | Enforced by MTA |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...