Category-1167: SEI CERT C编码标准-准则12.错误处理(ERR)

ID: 1167 Status: Stable

Summary

Weaknesses in this category are related to the rules and recommendations in the Error Handling (ERR) section of the SEI CERT C Coding Standard.

Membership

ID NAME
CWE-456 变量未经初始化
CWE-391 未经检查的错误条件
CWE-252 未加检查的返回值
CWE-253 对函数返回值的检查不正确
CWE-676 潜在危险函数的使用
CWE-758 依赖未定义、未指明或实现定义的行为

References

REF-610 SEI CERT C Coding Standard : Rule 12. Error Handling (ERR) REF-990 SEI CERT C Coding Standard : Rec 12. Error Handling (ERR)