Checklist (Please check before submitting)
Describe the bug
CodeSonar reports the Uninitialized Variable warnings for msg_size in CF_CFDP_ReceiveMessage.
Event 7: CFE_MSG_GetSize() does not initialize msg_size.
To Reproduce
Run CodeSonar
Expected behavior
Resolve CodeSonar findings by either initializing the variables if needed or suppressing warnings with comments
Code snips
|
CFE_MSG_GetSize(&bufptr->Msg, &msg_size); |
System observed on:
CodeSonar, RedHat, cFS v7.0.0
Reporter Info
Ariel Walker, MCSG TECH.
Checklist (Please check before submitting)
Describe the bug
CodeSonar reports the Uninitialized Variable warnings for msg_size in CF_CFDP_ReceiveMessage.
To Reproduce
Run CodeSonar
Expected behavior
Resolve CodeSonar findings by either initializing the variables if needed or suppressing warnings with comments
Code snips
CF/fsw/src/cf_cfdp_sbintf.c
Line 204 in 7fa52e4
System observed on:
CodeSonar, RedHat, cFS v7.0.0
Reporter Info
Ariel Walker, MCSG TECH.