CodeQL findings — Svc/CmdDispatcher

devel @ 79819c5815de · generated 2026-09-23T21:24:50Z
FileLineRuleSeverityMessage
Svc/CmdDispatcher/CommandDispatcherImpl.cpp:239239cpp/fprime/jpl-c/checking-return-valuesmediumThe return value of non-void function [fetch_add](1) is not checked.
Svc/CmdDispatcher/CommandDispatcherImpl.cpp:4444cpp/fprime/jpl-c/use-of-assertions-densitylowAll functions of more than 10 lines should have at least one assertion, unless they handle errors by returning a status enum or bool, or by emitting a WARNING/FATAL event.
Svc/CmdDispatcher/CommandDispatcherImpl.cpp:109109cpp/jpl-c/function-size-limitslowseqCmdBuff_handler has too many lines (61, while 60 are allowed).