ID: 871 Status: Incomplete
Weaknesses in this category are related to rules in the Expressions (EXP) section of the CERT C++ Secure Coding Standard. Since not all rules map to specific weaknesses, this category may be incomplete.
ID | NAME |
---|---|
CWE-476 | 空指针解引用 |
CWE-480 | 使用操作符不正确 |
CWE-768 | 不正确的快捷方式验证 |