We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug TblHandle used before validation
To Reproduce See code snip, invalid handle could cause fault
Expected behavior Validate handle before using
Code snips
cFE/fsw/cfe-core/src/tbl/cfe_tbl_api.c
Lines 681 to 687 in 8365a0c
System observed on: In code
Additional context None
Reporter Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Ping @dmills3
Sorry, something went wrong.
deleted my previous comment - I see it now ... yes this is a bug.
This code was last modified by @CDKnightNASA in #606 so probably should get his take on best fix.
fix nasa#687 - validate table handle prior to use
4326e5d
69cd57b
Merge pull request #688 from CDKnightNASA/fix-687-tblhandle_verify
0fa7baf
Fix #687, validate table handle prior to use
84809a7
CDKnightNASA
Successfully merging a pull request may close this issue.
Describe the bug
TblHandle used before validation
To Reproduce
See code snip, invalid handle could cause fault
Expected behavior
Validate handle before using
Code snips
cFE/fsw/cfe-core/src/tbl/cfe_tbl_api.c
Lines 681 to 687 in 8365a0c
System observed on:
In code
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: