You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug ListCmdTime variable triggering CodeQL (potentially) uninitialized variable warning on some PRs.
CodeQL is apparently unable to confirm if ListCmdTime is assigned a value in all execution paths (i.e. if the top while block will always execute at least once).
Expected behavior
Code should compile without any serious static analysis failures.
Checklist
Code snips
https://github.com/nasa/SC/pull/55/checks?check_run_id=11949908681
Describe the bug
ListCmdTime
variable triggering CodeQL (potentially) uninitialized variable warning on some PRs.CodeQL is apparently unable to confirm if
ListCmdTime
is assigned a value in all execution paths (i.e. if the top while block will always execute at least once).Expected behavior
Code should compile without any serious static analysis failures.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: