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
This one is entirely plausible. CFE_TBL_Load has been on our list of worst offenders for over complexity. There are so many permutations of possibilities in here, it wouldn't surprise me if there are cases where this has a genuine possibility for out-of-bounds array access.
I wouldn't attempt to "fix" this code though, unless its done as part of a more comprehensive cleanup intended to reduce the complexity of these operations.
Describe the bug
Klockwork static analysis tool flagged the following finding:
File: /ccrs/flight-sw/fsw/cfe/modules/tbl/fsw/src/cfe_tbl_api.c
Line: 833
Function: CFE_TBL_Load
Finding: Buffer Overflow - Array Index Out of Bounds
To Reproduce
Run Klocwork tool
Reporter Info
Beth Geist/NASA GSFC
The text was updated successfully, but these errors were encountered: