ID: 737 Status: Obsolete
Weaknesses in this category are related to the rules and recommendations in the Expressions (EXP) chapter of the CERT C Secure Coding Standard (2008).
ID | NAME |
---|---|
CWE-467 | 在指针类型上使用sizeof() |
CWE-468 | 不正确的指针放大 |
CWE-476 | 空指针解引用 |
CWE-628 | 使用不正确指定参数的函数调用 |
CWE-704 | 不正确的类型转换 |
CWE-783 | 操作符优先级逻辑错误 |