...
This rule appears in the C++ Secure Coding Standard as SIG34-CPP. Do not call signal() from within interruptible signal handlers.
...
Bibliography
Wiki Markup |
---|
\[[ISO/IEC 9899-1999TR2|AA. Bibliography#ISO/IEC 9899-1999]\] Section 7.14.1.1, "The {{signal}} function" \[[MITRE 07|AA. Bibliography#MITRE 07]\] [CWE ID 479|http://cwe.mitre.org/data/definitions/479.html], "Unsafe Function Call from a Signal Handler" |
...