ID: 873 Status: Incomplete
Weaknesses in this category are related to rules in the Floating Point Arithmetic (FLP) section of the CERT C++ Secure Coding Standard. Since not all rules map to specific weaknesses, this category may be incomplete.
ID | NAME |
---|---|
CWE-369 | 除零错误 |
CWE-681 | 数值类型间的不正确转换 |
CWE-682 | 数值计算不正确 |
CWE-686 | 使用不正确参数类型的函数调用 |