You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All false alarms since they don't actually access past the end of the allocated memory. Should still be cleaned up, switching to enhancement. First two are related to nasa/cFE#1992.
Describe the bug
Out-of-bounds access (OVERRUN) in to_lab_app.c
Expected behavior
Fix overruns
Code snips
Overrunning struct type CFE_MSG_Message_t of 16 bytes by passing it to a function which accesses it at byte offset 19 using argument 20UL.
to_lab/fsw/src/to_lab_app.c
Lines 168 to 169 in 0c6d816
Overrunning struct type CFE_MSG_Message_t of 16 bytes by passing it to a function which accesses it at byte offset 79 using argument 80UL.
to_lab/fsw/src/to_lab_app.c
Lines 399 to 400 in 0c6d816
Overrunning array PipeName of 16 bytes by passing it to a function which accesses it at byte offset 19.
to_lab/fsw/src/to_lab_app.c
Line 199 in 0c6d816
Overrunning array ToTlmPipeName of 16 bytes by passing it to a function which accesses it at byte offset 19.
to_lab/fsw/src/to_lab_app.c
Line 210 in 0c6d816
System observed on:
Coverity: https://scan.coverity.com/projects/arielsadamsnasa-cfs-jsf-rules?tab=overview
Reporter Info
Ariel Adams, ASRC Federal
The text was updated successfully, but these errors were encountered: