...
Tool | Version | Checker | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| Astrée |
| invalid-thread-operation | Partially checked + soundly supportedSupported, but no explicit checker | ||||||
| CodeSonar |
| CONCURRENCY.TNJ | Thread is not Joinable | ||||||
| Cppcheck Premium |
| premium-cert-con39-c | |||||||
| Helix QAC |
| C1776 | |||||||
| Parasoft C/C++test |
| CERT_C-CON39-a | Do not join or detach a thread that was previously joined or detached | ||||||
| Polyspace Bug Finder |
| CERT C: Rule CON39-C | Checks for join or detach of a joined or detached thread (rule fully covered) | ||||||
| RuleChecker |
| invalid-thread-operation | Partially checked |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...