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
CFE_SB_Subscribe()
Checklist
Describe the bug Calls to CFE_SB_Subscribe() are missing return checks in the initialization code.
Code snips
to_lab/fsw/src/to_lab_app.c
Lines 184 to 191 in fe6c9fd
Expected behavior Check returns for all critical function calls during initialization.
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#204, Check return value of calls to CFE_SB_Subscribe()
8af52cf
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
Calls to
CFE_SB_Subscribe()
are missing return checks in the initialization code.Code snips
to_lab/fsw/src/to_lab_app.c
Lines 184 to 191 in fe6c9fd
Expected behavior
Check returns for all critical function calls during initialization.
Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: