-
Notifications
You must be signed in to change notification settings - Fork 215
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
Improper Null termination #805
Comments
Note bug not confirmed, may be checked earlier but shouldn't be depended on. |
skliper
added a commit
to skliper/osal
that referenced
this issue
Feb 11, 2021
skliper
added a commit
to skliper/osal
that referenced
this issue
Feb 11, 2021
skliper
added a commit
to skliper/osal
that referenced
this issue
Feb 11, 2021
skliper
added a commit
to skliper/osal
that referenced
this issue
Feb 12, 2021
astrogeco
added a commit
that referenced
this issue
Feb 12, 2021
Fix #805, Null terminate when using strncpy
jphickey
pushed a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
Revert "Fix nasa#778, add cfe assert and example lib"
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.
A few cases of possible missing termination:
osal/src/os/shared/src/osapi-module.c
Line 258 in 09a2c5e
osal/src/os/shared/src/osapi-errors.c
Line 123 in 09a2c5e
Describe the solution you'd like
Terminate.
Describe alternatives you've considered
None
Additional context
Secuity analysis warning
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: