-
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
Scrub API's for null pointer checks #742
Comments
Any other error checks (size != 0 or whatever) that make sense should also be added. |
zanzaben
added a commit
to zanzaben/osal
that referenced
this issue
Jan 20, 2021
zanzaben
added a commit
to zanzaben/osal
that referenced
this issue
Jan 21, 2021
zanzaben
added a commit
to zanzaben/osal
that referenced
this issue
Jan 22, 2021
zanzaben
added a commit
to zanzaben/osal
that referenced
this issue
Jan 22, 2021
astrogeco
added a commit
that referenced
this issue
Feb 3, 2021
Fix #742, make sure all pointers are checked for null
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
Is your feature request related to a problem? Please describe.
All pointers should be checked for NULL prior to accessing, a few cases where this was observed have been fixed but need to do a complete scrub.
Describe the solution you'd like
Scrub and add any missing null pointer checks
Describe alternatives you've considered
None
Additional context
Use the new macros...
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: