Category-873: CERT C++ Secure Coding Section 05 - Floating Point Arithmetic (FLP)

ID: 873 Status: Incomplete

Summary

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.

Membership

ID NAME
CWE-369 除零错误
CWE-681 数值类型间的不正确转换
CWE-682 数值计算不正确
CWE-686 使用不正确参数类型的函数调用

References

REF-852 05. Floating Point Arithmetic (FLP)