...
Search for vulnerabilities resulting from the violation of this rule on the CERT website.
Other Languages
This rule appears in the C++ Secure Coding Standard as FLP36-CPP. Beware of precision loss when converting integral types to floating point.
This rule appears in the Java Secure Coding Standard as INT33-J. Be careful while casting numeric types to wider floating-point types.
References
Wiki Markup |
---|
\[[ISO/IEC 9899:1999|AA. C References#ISO/IEC 9899-1999]\] 6.3.1.4: "Real floating and integer" |
...