CodeQL findings — Svc/PassiveRateGroup

devel @ e84571354780 · generated 2026-09-03T21:21:21Z
FileLineRuleSeverityMessage
Svc/PassiveRateGroup/PassiveRateGroup.cpp:8787cpp/fprime/jpl-c/loop-boundsmediumThe loop counter cycleTime is not always decremented in the loop body. The loop counter currentHWM is not always incremented in the loop body.
Svc/PassiveRateGroup/PassiveRateGroup.cpp:108108cpp/fprime/jpl-c/loop-boundsmediumThe loop counter cycleTime is not always decremented in the loop body. The loop counter currentMax is not always incremented in the loop body.
Svc/PassiveRateGroup/PassiveRateGroup.cpp:6161cpp/jpl-c/function-size-limitslowCycleIn_handler has too many lines (71, while 60 are allowed).