Category-737: CERT C Secure Coding Standard (2008) Chapter 4 - Expressions (EXP)

ID: 737 Status: Obsolete

Summary

Weaknesses in this category are related to the rules and recommendations in the Expressions (EXP) chapter of the CERT C Secure Coding Standard (2008).

Membership

ID NAME
CWE-467 在指针类型上使用sizeof()
CWE-468 不正确的指针放大
CWE-476 空指针解引用
CWE-628 使用不正确指定参数的函数调用
CWE-704 不正确的类型转换
CWE-783 操作符优先级逻辑错误

Notes

Relationship

References

REF-597 The CERT C Secure Coding Standard