...
Improper handling of signals can lead to security vulnerabilities. The following rules and recommendations are designed to reduce the common errors associated with signal handling.
Rules
SIG00-C. Do not call non-reentrant functions within signal handlers
SIG01-C. Do not access or modify shared objects in signal handlers
Risk Assessment Summary
Rules
...