...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
| SEI CERT C++ Coding Standard | VOID SIG30-CPP. Call only asynchronous-safe functions within signal handlers |
| ISO/IEC TS 17961:2013 | Calling functions in the C Standard Library other than abort, _Exit, and signal from within a signal handler [asyncsig] |
| MITRE CWE | CWE-479, Signal Handler Use of a Non-reentrant Function |
...