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 Uninitialized warning:
cFE/modules/es/fsw/src/cfe_es_erlog.c
Line 277 in f6d7f8c
Since it's not always written in:
Line 294 in f6d7f8c
To Reproduce Run static analysis
Expected behavior No uninitialized variable warnings
System observed on: Static analysis
Additional context None
Reporter Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Merge pull request #2403 from skliper:fix2402-uninit_exceptinotaskid
5309e80
Fix #2402, Uninitialized ExceptionTaskID in CFE_ES_RunExceptionScan
2afb134
skliper
Successfully merging a pull request may close this issue.
Describe the bug
Uninitialized warning:
cFE/modules/es/fsw/src/cfe_es_erlog.c
Line 277 in f6d7f8c
Since it's not always written in:
cFE/modules/es/fsw/src/cfe_es_erlog.c
Line 294 in f6d7f8c
To Reproduce
Run static analysis
Expected behavior
No uninitialized variable warnings
System observed on:
Static analysis
Additional context
None
Reporter Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: