Skip to content

Commit

Permalink
HOTFIX - CFE_TBL_Load() and ThisAppId
Browse files Browse the repository at this point in the history
  • Loading branch information
CDKnightNASA committed Apr 30, 2020
1 parent dc10f47 commit 0818824
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fsw/cfe-core/src/tbl/cfe_tbl_api.c
Original file line number Diff line number Diff line change
Expand Up @@ -683,6 +683,9 @@ int32 CFE_TBL_Load( CFE_TBL_Handle_t TblHandle,
char AppName[OS_MAX_API_NAME]={"UNKNOWN"};
bool FirstTime = false;

/* Check to make sure calling application is legit */
Status = CFE_TBL_ValidateAppID(&ThisAppId);

/* Translate AppID of caller into App Name */
CFE_ES_GetAppName(AppName, ThisAppId, OS_MAX_API_NAME);

Expand Down

0 comments on commit 0818824

Please sign in to comment.