According to section 7.14.1.1 (signals) of the C standard \[link goes here\] returning from any of these signal handlers will cause undefined standard; returning from a SIGSEGV, SIGILL, or SIGFPE signal handler is undefined behavior. Wiki Markup
Noncompliant Code Example
...
Attempting to handle SIGSEGV/SIGILL/or SIGFPE instructions signals is rare.
Recommendation | Severity | Likelihood | Remediation Cost | Priority | Level |
---|---|---|---|---|---|
SIG35-C | low | unlikely | low | P3 | L3 |