You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Recommendations

ERR00-A. Detect errors by checking return values

ERR01-A. Use ferror() to check for any accumulated error

Rules

ERR30-C. Set errno to zero before calling a function

ERR31-C. Don't redefine errno

Risk Assessment Summary

Recommendation

Severity

Likelihood

Remediation Cost

Priority

Level

ERR00-A

1 (low)

1 (unlikely)

2 (medium)

P2

L3

Rule

Severity

Likelihood

Remediation Cost

Priority

Level

ERR30-C

1 (low)

1 (unlikely)

1 (high)

P1

L3

Related Rules and Recommendations

  • No labels