Commit 4ae8fba
committed
Add feature: The bug involves an infinite loop caused by an incorrect loop condition. The increment of the loop counter 'i' is placed incorrectly, causing the condition 'i < 10' to always be true.
This commit introduces a logic-error for code review analysis.1 parent f150343 commit 4ae8fba
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments