...
Search for vulnerabilities resulting from the violation of this rule guideline on the CERT website.
Other Languages
This rule guideline appears in the C Secure Coding Standard as FLP30-C. Do not use floating point variables as loop counters.
This rule guideline appears in the C++ Secure Coding Standard as FLP30-CPP. Do not use floating point variables as loop counters.
...