-
Notifications
You must be signed in to change notification settings - Fork 235
Description
Is your feature request related to a problem? Please describe.
Comparison between routeidx of type CFE_SB_RouteId_Atom_t and endidx of wider type CFE_SB_MsgId_Atom_t.
This alert was introduced in0c4f5d82 months ago
cFE/modules/sbr/src/cfe_sbr_route_unsorted.c
Line 215 in 56397a3
| for (routeidx = startidx; routeidx < endidx; routeidx++) |
Describe the solution you'd like
This was implemented when there were two foreach functions, but foreach msgid was removed due to being a resource hog. Really don't need a separate helper function anymore and types can be made consistent.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC
Reactions are currently unavailable