...
| 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 | ||||||||||
| Helix QAC |
| ||||||||||||
| Parasoft C/C++test |
| CERT_C-CON43-a | Do not use global variable with different locks set | ||||||||||
| PC-lint Plus |
| 457 | Partially supported: access is detected at the object level (not at the field level) | ||||||||||
| 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 | Helix QAC | | Include Page | | Helix QAC_V | Helix QAC_V
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...