WindhoverLabs / airliner

7 stars 3 forks source link

LD app core dump after the CFE_TBL_Manage() call #351

Open ynielson opened 1 year ago

ynielson commented 1 year ago

When the app initialize the config table, if the CFE_TBL_Manage() function return "CFE_TBL_INFO_UPDATED", it try to store the "ConfigTblPtr->LD_OP_MODE" HkTlm.

This caused core dump because the ConfigTblPtr was yet NULL. It should get the address by the function call, "CFE_TBL_GetAddress" in the next line.