CodeQL findings — Utils

devel @ e84571354780 · generated 2026-09-03T21:21:21Z
FileLineRuleSeverityMessage
Utils/TokenBucket.cpp:7474cpp/fprime/jpl-c/loop-boundsmediumThe loop counter m_tokens is not always incremented in the loop body.
Utils/CRCChecker.cpp:2121cpp/jpl-c/function-size-limitslowcreate_checksum_file has too many lines (81, while 60 are allowed).
Utils/CRCChecker.cpp:130130cpp/jpl-c/function-size-limitslowverify_checksum has too many lines (73, while 60 are allowed).