We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Name
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
Checklist
Describe the bug Name variable used in final error event before being filled in 2 functions.
Code snips CS_RecomputeBaselineAppCmd
CS_RecomputeBaselineAppCmd
CS/fsw/src/cs_app_cmds.c
Lines 126 to 181 in f958cc0
CS_RecomputeBaselineTablesCmd
CS/fsw/src/cs_table_cmds.c
Lines 127 to 181 in f958cc0
Expected behavior Fill in before the first if block.
if
Reporter Info Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered:
Fix nasa#99, Fill in Name variable to avoid being used uninitialized
16f2b7b
c4e87dc
4b79eaf
6f88718
951d776
Successfully merging a pull request may close this issue.
Checklist
Describe the bug
Name
variable used in final error event before being filled in 2 functions.Code snips
CS_RecomputeBaselineAppCmd
CS/fsw/src/cs_app_cmds.c
Lines 126 to 181 in f958cc0
CS_RecomputeBaselineTablesCmd
CS/fsw/src/cs_table_cmds.c
Lines 127 to 181 in f958cc0
Expected behavior
Fill in before the first
if
block.Reporter Info
Avi Weiss @thnkslprpt
The text was updated successfully, but these errors were encountered: