CodeQL findings — Utils

devel @ 79819c5815de · generated 2026-09-23T21:24:50Z
FileLineRuleSeverityMessage
Utils/TokenBucket.cpp:8282cpp/fprime/jpl-c/loop-boundsmediumThe loop counter m_tokens is not always incremented in the loop body.
Utils/CRCChecker.cpp:2222cpp/jpl-c/function-size-limitslowcreate_checksum_file has too many lines (90, while 60 are allowed).
Utils/CRCChecker.cpp:149149cpp/jpl-c/function-size-limitslowverify_checksum has too many lines (73, while 60 are allowed).