Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

CFE_ES_RegisterCDSEx stub mismatch #1010

Closed
skliper opened this issue Nov 12, 2020 · 0 comments · Fixed by #1011 or #1008
Closed

CFE_ES_RegisterCDSEx stub mismatch #1010

skliper opened this issue Nov 12, 2020 · 0 comments · Fixed by #1011 or #1008
Labels
bug Priority: Mission Feature or bug related to stakeholder needs
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Nov 12, 2020

Describe the bug
Mismatch in CFE_ES_RegisterCDSEx implementation and stub.

To Reproduce
Inspection

Expected behavior
Matching stub.

Code snips

int32 CFE_ES_RegisterCDSEx(CFE_ES_CDSHandle_t *HandlePtr, CFE_ES_CDS_Offset_t UserBlockSize, const char *Name, bool CriticalTbl)

int32 CFE_ES_RegisterCDSEx(CFE_ES_CDSHandle_t *HandlePtr,
int32 BlockSize,
const char *Name,
bool CriticalTbl)

System observed on:
NA

Additional context
Looks like it was introduced in daf6c04, part of fix #56

Reporter Info
Jacob Hageman - NASA/GSFC (from stakeholder email)

@skliper skliper added the bug label Nov 12, 2020
@skliper skliper added this to the 7.0.0 milestone Nov 12, 2020
@skliper skliper added the Priority: Mission Feature or bug related to stakeholder needs label Nov 12, 2020
skliper added a commit to skliper/cFE that referenced this issue Nov 12, 2020
skliper added a commit to skliper/cFE that referenced this issue Nov 12, 2020
astrogeco added a commit that referenced this issue Nov 13, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Priority: Mission Feature or bug related to stakeholder needs
Projects
None yet
1 participant