...
Non-Compliant Code Example
Compliant Solution
...
Risk Assessment
Using setjmp()
and longjmp()
could lead to a denial-of-service attack.
Rule | Severity | Likelihood | Remediation Cost | Priority | Level | |
---|---|---|---|---|---|---|
RES39-C | ||||||
Component | Value | |||||
Severity | 1 (low) | Likelihood | 2 (probable) Remediation cost | 2 (medium) | P4 | L3 |
References
- Henricson 97 Rule 13.3 Do not use
setjmp()
andlongjmp()
.