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 CFE_ES_TaskID_ToIndex does not check if the input index pointer is null and will cause a segmentation fault if it is null.
To Reproduce Steps to reproduce the behavior:
Expected behavior CFE_ES_TaskID_ToIndex should return a CFE_ES_BAD_ARGUMENT if the index pointer is null.
System observed on:
Reporter Info Niall Mullane - GSFC 582 Intern
The text was updated successfully, but these errors were encountered:
Fix nasa#1718, Add null check to CFE_ES_TaskID_ToIndex.
52b719d
Merge pull request #1721 from zanzaben/fic1718_TaskID_ToIndex_missing…
28f4792
…_null_check Fix #1718, Add null check to CFE_ES_TaskID_ToIndex.
bdc9032
zanzaben
Successfully merging a pull request may close this issue.
Describe the bug
CFE_ES_TaskID_ToIndex does not check if the input index pointer is null and will cause a segmentation fault if it is null.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
CFE_ES_TaskID_ToIndex should return a CFE_ES_BAD_ARGUMENT if the index pointer is null.
System observed on:
Reporter Info
Niall Mullane - GSFC 582 Intern
The text was updated successfully, but these errors were encountered: