-
Type:
Bug Detection
-
Status: Active
-
Resolution: Unresolved
-
Labels:
-
Default Severity:Critical
-
Impact:High
-
Likelihood:Low
-
Legacy Key:PPIncludeSignal
-
Covered Languages:C, C++, Objective-C
-
Remediation Function:Constant/Issue
-
Constant Cost:4h
-
MISRA C 2004:20.8
-
MISRA C 2012:21.5
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
- is implemented by
-
CPP-276 MISRA C 20.8: The signal handling facilities of <signal.h> shall not be used
-
- Closed
-
-
CPP-707 Create Objective-C rules repository containing targeted rules
-
- Closed
-
- is related to
-
RSPEC-1054 "<csignal>" should not be used
- Active
1.
|
C-Family | RSPEC-4391 |
|
Active | Unassigned |