...
This rule appears in the C++ Secure Coding Standard as SIG31-CPP. Do not access or modify shared objects in signal handlers.
...
Bibliography
| Wiki Markup |
|---|
\[[Dowd 06|AA. Bibliography#Dowd 06]\] Chapter 13, Synchronization and State
\[[ISO/IEC 03|AA. Bibliography#ISO/IEC 03]\] "Signals and Interrupts"
\[[MITRE 07|AA. Bibliography#MITRE 07]\] [CWE ID 662|http://cwe.mitre.org/data/definitions/662.html], "Insufficient Synchronization"
\[[Open Group 04|AA. Bibliography#Open Group 04]\] [longjmp|http://www.opengroup.org/onlinepubs/000095399/functions/longjmp.html]
\[[OpenBSD|AA. Bibliography#OpenBSD]\] [{{signal()}} Man Page|http://www.openbsd.org/cgi-bin/man.cgi?query=signal]
\[[Zalewski 01|AA. Bibliography#Zalewski 01]\] |
...