Description

Signal handling contains implementation-defined and undefined behavior.

Noncompliant Code Example

#include <signal.h> /* Noncompliant */

Mentioning S1000 here for testing purposes.

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


(visible only on this page)

on 31 Mar 2015, 19:07:23 Evgeny Mandrikov wrote:

\[~ann.campbell.2] implementation seems more complete (SQALE, description) than this spec.