...
Tool | Version | Checker | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
Compass/ROSE | Can detect violations of this rule. However, false positives may occur on systems with persistent handlers | ||||||||
PRQA QA-C |
| Warncall -wc signal | Partially implemented |
...
Related Guidelines
CERT C++ Secure Coding Standard | VOID SIG34-CPP. Do not call signal() from within interruptible signal handlers |
CERT C Secure Coding Standard | SIG01-C. Understand implementation-specific details regarding signal handler persistence |
ISO/IEC TS 17961:2013 | Calling signal from interruptible signal handlers [sigcall] |
MITRE CWE | CWE-479, Signal Handler Use of a Non-reentrant Function |
...