You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many functions in cfe_es_api.c use an AppId parameter. Some of these functions do not bounds check this. (e.g. CFE_ES_SetAppState) Others do, but do not generate an error on failure (CFE_ES_RestartApp returns CFE_SUCCESS if AppId is out of bounds)
All functions in ES should probably be inspected for issues like these and corrected.
The text was updated successfully, but these errors were encountered:
Many functions in cfe_es_api.c use an AppId parameter. Some of these functions do not bounds check this. (e.g. CFE_ES_SetAppState) Others do, but do not generate an error on failure (CFE_ES_RestartApp returns CFE_SUCCESS if AppId is out of bounds)
All functions in ES should probably be inspected for issues like these and corrected.
The text was updated successfully, but these errors were encountered: