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
Is your feature request related to a problem? Please describe. Numerous false alarms on possible uninitialized variable with OS_OpenCreate use.
Describe the solution you'd like Initialize the file descriptor to OS_OBJECT_ID_UNDEFINED:
osal/src/os/shared/src/osapi-file.c
Lines 106 to 115 in 98a2516
Describe alternatives you've considered Could initialize before passing in from each call, but this would provide consistency
Additional context Static analysis warnings (on use)
Requester Info Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#833, Initialize file descriptor in OS_OpenCreate
ab99223
7b5c287
d1c4e8f
Merge pull request #834 from skliper/fix833-init_filedes
38e9d6c
Fix #833, Initialize file descriptor in OS_OpenCreate
Merge pull request nasa#833 from nasa/integration-candidate
06c0826
Integration Candidate: 2020-08-19
skliper
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Numerous false alarms on possible uninitialized variable with OS_OpenCreate use.
Describe the solution you'd like
Initialize the file descriptor to OS_OBJECT_ID_UNDEFINED:
osal/src/os/shared/src/osapi-file.c
Lines 106 to 115 in 98a2516
Describe alternatives you've considered
Could initialize before passing in from each call, but this would provide consistency
Additional context
Static analysis warnings (on use)
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: