...
MSC21-CPP. Use inequality to terminate a loop whose counter changes by more than one | |
CWE-835, "Loop with Unreachable Exit Condition ('Infinite Loop')" | |
| CWE-834, "Excessive Iteration" |
Bibliography
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="9f5e1185-ba44-4514-b39b-7d7e891c8abc"><ac:plain-text-body><![CDATA[ | [ [JLS 2005AA. References#JLS 05] ] | 15.20.1 Numerical Comparison Operators <, <=, >, and >= ]]></ac:plain-text-body></ac:structured-macro> |
...
MSC55-J. Finish every set of statements associated with a case label with a break statement 49. Miscellaneous (MSC)