mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Update InsufficientControlFlowManagementAfterRefactoringTheCode.c
This commit is contained in:
@@ -10,7 +10,7 @@ while(flagsLoop)
|
||||
...
|
||||
if(flagsIf) break;
|
||||
...
|
||||
} // GOOD: coreten cycle
|
||||
} // GOOD: correct cycle
|
||||
...
|
||||
if(intA+intB) return 1; // BAD: possibly no comparison
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user