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_GetAppID doesn't have a null pointer check and seg faults if passed one.
To Reproduce Call it with a null pointer
Expected behavior Should return CFE_ES_BAD_ARGUMENT
System observed on: Ubuntu 20.04
Reporter Info Alex Campbell GSFC
The text was updated successfully, but these errors were encountered:
Fix nasa#1267, add null pointer check
4c33529
CFE_ES_GetTaskID is also missing a null pointer check.
Sorry, something went wrong.
Merge pull request #1271 from zanzaben/fix1267_GetAppId_null_pointer
db39522
Fix #1267, add null pointer check Fix #1269, refactor CFE_ES_ERR_BUFFER to CFE_ES_BAD_ARGUMENT
zanzaben
Successfully merging a pull request may close this issue.
Describe the bug
CFE_ES_GetAppID doesn't have a null pointer check and seg faults if passed one.
To Reproduce
Call it with a null pointer
Expected behavior
Should return CFE_ES_BAD_ARGUMENT
System observed on:
Ubuntu 20.04
Reporter Info
Alex Campbell GSFC
The text was updated successfully, but these errors were encountered: