...
Tool | Version | Checker | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CodeSonar |
| CONCURRENCY.DU | Double Unlock | ||||||||||
Helix QAC |
| DF4971, DF4972, DF4981, DF4982 | |||||||||||
Parasoft C/C++test |
| CERT_C-POS48-a | Do not destroy another thread's mutex | ||||||||||
| Destruction of locked mutex | CERT C: Rule POS48-C | Checks for destruction of locked mutex (rule fully covered)Task tries to destroy a mutex in the locked state |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...