 
                            ...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Related Guidelines
Key here (explains table format and definitions)
| Taxonomy | Taxonomy item | Relationship | 
|---|---|---|
| ISO/IEC TS 17961:2013 | Calling functions in the C Standard Library other than abort,_Exit, andsignalfrom within a signal handler [asyncsig] | Prior to 2018-01-12: CERT: Unspecified Relationship | 
| CWE 2.11MITRE CWE | CWE-479, Signal Handler Use of a Non-reentrant Function | 2017-07-10: CERT: Exact | 
Bibliography
| [C99 Rationale 2003] | Subclause 5.2.3, "Signals and Interrupts" Subclause 7.14.1.1, "The signalFunction" | 
| [Dowd 2006] | Chapter 13, "Synchronization and State" | 
| [Greenman 1997] | |
| [IEEE Std 1003.1:2013] | XSH, System Interfaces, longjmpXSH, System Interfaces, raise | 
| [ISO/IEC 9899:2011] | 7.14.1.1, "The signalFunction" | 
| [OpenBSD] | signal()Man Page | 
| [VU #834865] | |
| [Zalewski 2001] | "Delivering Signals for Fun and Profit" | 
...