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 OS_SocketSendTo() Segfaults when passed in NULL for Remote Address (last parameter) and all the other parameters are valid.
System observed on: cFS Dev Server OS: Ubuntu 18.04 Versions: OSAL 5.0.11.0
Reporter Info Y. M. K. Emergent
The text was updated successfully, but these errors were encountered:
Relates to nasa/cFE#520, would be helpful to have the run time assert to check for null pointer.
Sorry, something went wrong.
Fix nasa#544, add pointer check
a8306ce
Add parameter check to OS_SocketSendTo and adjust coverage test to validate.
847a6d2
Merge pull request #716 from jphickey/fix-544-sendto-pointer
08c1cf1
Fix #544, add pointer check
Merge pull request nasa#544 from nasa/ic-20200304
00ec535
Integration Candidate 20200304
jphickey
Successfully merging a pull request may close this issue.
Describe the bug
OS_SocketSendTo() Segfaults when passed in NULL for Remote Address (last parameter) and all the other parameters are valid.
System observed on:
cFS Dev Server
OS: Ubuntu 18.04
Versions: OSAL 5.0.11.0
Reporter Info
Y. M. K.
Emergent
The text was updated successfully, but these errors were encountered: