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
Describe the bug
The CFE_TBL_Validate( CFE_TBL_Handle_t TblHandle ) has a misspelling in the AppName string "UNKNWON"
To Reproduce
Directly visible in cfe\fsw\cfe-core\src\tbl\cfe_tbl_api.c -- int32 CFE_TBL_Validate( CFE_TBL_Handle_t TblHandle )
Expected behavior
The AppName array should be initialized to the same, consistent string 'UNKNOWN' as elsewhere in the code. However in the usual case, the AppName would almost immediately be replaced with the valid CFE_ES_GetAppName() value upon passing CFE_TBL_ValidateAccess() and would not have much impact other than test logging.
Describe the bug
The CFE_TBL_Validate( CFE_TBL_Handle_t TblHandle ) has a misspelling in the AppName string "UNKNWON"
To Reproduce
Directly visible in cfe\fsw\cfe-core\src\tbl\cfe_tbl_api.c -- int32 CFE_TBL_Validate( CFE_TBL_Handle_t TblHandle )
Expected behavior
The AppName array should be initialized to the same, consistent string 'UNKNOWN' as elsewhere in the code. However in the usual case, the AppName would almost immediately be replaced with the valid CFE_ES_GetAppName() value upon passing CFE_TBL_ValidateAccess() and would not have much impact other than test logging.
Code snips
cfe/fsw/cfe-core/src/tbl/cfe_tbl_api.c
System observed on:
noticed on code inspection
Additional context
Reporter Info
Mark O. Schlegel, Hammers Inc
The text was updated successfully, but these errors were encountered: