-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Fix bug in CMSG_NXTHDR
for android.
#1976
Conversation
…L if it is the last control message in the chain.
r? @JohnTitor (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
@bors r+ |
📌 Commit 724d1a3 has been approved by |
Fix bug in `CMSG_NXTHDR` for android. `CMSG_NXTHDR` should return NULL if it is the last control message in the chain.
💔 Test failed - checks-actions |
It seems that the android implementation (bionic) is wrong. Should I close the PR? |
Hm, if it's wrong and/or we don't need a fix for rust-lang/rust#69864, then yes. |
CMSG_NXTHDR
should return NULL if it is the last control message in the chain.