Skip to content

Commit 3da88f2

Browse files
authored
Update InsufficientControlFlowManagementAfterRefactoringTheCode.c
1 parent 17d1c77 commit 3da88f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-691/InsufficientControlFlowManagementAfterRefactoringTheCode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ while(flagsLoop)
1010
...
1111
if(flagsIf) break;
1212
...
13-
} // GOOD: coreten cycle
13+
} // GOOD: correct cycle
1414
...
1515
if(intA+intB) return 1; // BAD: possibly no comparison
1616
...

0 commit comments

Comments
 (0)