-
Notifications
You must be signed in to change notification settings - Fork 218
New issue
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
OS_SelectFdZero/OS_SelectFdAdd/OS_SelectFdClear/OS_SelectFdIsSet does not ensure Set is != NULL #390
Comments
CDKnightNASA
added a commit
to CDKnightNASA/osal
that referenced
this issue
Mar 26, 2020
CDKnightNASA
added
bug
CCB:Ready
Pull request is ready for discussion at the Configuration Control Board (CCB)
and removed
enhancement
labels
Mar 26, 2020
CCB 2020-04-01 - Discussed, approved implementation as long as it doesn't change API. |
astrogeco
added
CCB - 20200401
and removed
CCB:Ready
Pull request is ready for discussion at the Configuration Control Board (CCB)
labels
Apr 1, 2020
CDKnightNASA
added a commit
to CDKnightNASA/osal
that referenced
this issue
Apr 7, 2020
jphickey
pushed a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Users of these API's will cause a seg fault if they call these functions with a null pointer.
To Reproduce
Call OS_SelectFdZero(NULL), etc.
Expected behavior
These API's should return an error code when provided a NULL pointer.
Code snips
System observed on:
Debian 9
Additional context
Add any other context about the problem here.
Reporter Info
[email protected]
The text was updated successfully, but these errors were encountered: