...
Tool | Version | Checker | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| read_data_race write_data_race | Supported by sound analysis (data race alarm) | |||||||
Axivion Bauhaus Suite |
| CertC-CON32 | ||||||||
CodeSonar |
| CONCURRENCY.DATARACE | Data race | |||||||
Coverity |
| MISSING_LOCK | Partially implemented | |||||||
Parasoft C/C++test |
| CERT_C-CON32-a | Use locks to prevent race conditions when modifying bit fields | |||||||
Polyspace Bug Finder |
| Data race | CERT C: Rule CON32-C | Checks for data race (rule fully covered)Multiple tasks perform unprotected non-atomic operations on shared variables |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...