...
Tool | Version | Checker | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Astrée |
| signal-handler-signal-call | Partially checked | |||||||||||||||
Axivion Bauhaus Suite |
| CertC-SIG34 | Supported, but no explicit checker||||||||||||||||
CodeSonar |
| BADFUNC.SIGNAL | Use of signal | |||||||||||||||
Compass/ROSE | Can detect violations of this rule. However, false positives may occur on systems with persistent handlers | |||||||||||||||||
Cppcheck Premium |
| premium-cert-sig34-c | Fully implemented | |||||||||||||||
Helix QAC |
| C5021 C++5022 | ||||||||||||||||
Klocwork |
| MISRA.STDLIB.SIGNAL | ||||||||||||||||
LDRA tool suite |
| 97 D | Fully implemented | |||||||||||||||
Parasoft C/C++test |
| MISRA2004-10_1_b, CODSTA-187_a, CODSTA-187_b, CODSTA-187_c | Implemented | |||||||||||||||
R2017b | Signal call from within signal handler | Nonpersistent signal handler calling signal() in Windows system causes race condition | ||||||||||||||||
CERT_C-SIG34-a | Properly define signal handlers | |||||||||||||||||
PC-lint Plus |
| 2762, 2763 | Fully supported | |||||||||||||||
| CERT C: Rule SIG34-C | Checks for signal call from within signal handler (rule partially covered) | ||||||||||||||||
PRQA QA-C | ||||||||||||||||||
Include Page | PRQA QA-C_v | PRQA QA-C_v | 5021 | Partially implemented | RuleChecker |
| Supported, but no explicit checkersignal-handler-signal-call | Partially checked |
Related Vulnerabilities
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
...