Signal handling contains implementation-defined and undefined behavior.
Noncompliant Code Example
#include <signal.h> /* Noncompliant */
See
- MISRA C:2004, 20.8 - The signal handling facilities of <signal.h> shall not be used.
- MISRA C:2012, 21.5 - The standard header file <signal.h> shall not be used