-
Notifications
You must be signed in to change notification settings - Fork 232
Labels
Priority: MissionFeature or bug related to stakeholder needsFeature or bug related to stakeholder needsbug
Milestone
Description
Describe the bug
Mismatch in CFE_ES_RegisterCDSEx implementation and stub.
To Reproduce
Inspection
Expected behavior
Matching stub.
Code snips
cFE/fsw/cfe-core/src/es/cfe_es_cds.c
Line 308 in 9804b59
| int32 CFE_ES_RegisterCDSEx(CFE_ES_CDSHandle_t *HandlePtr, CFE_ES_CDS_Offset_t UserBlockSize, const char *Name, bool CriticalTbl) |
cFE/fsw/cfe-core/ut-stubs/ut_es_stubs.c
Lines 972 to 975 in 9804b59
| 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)
Metadata
Metadata
Assignees
Labels
Priority: MissionFeature or bug related to stakeholder needsFeature or bug related to stakeholder needsbug