-
As I read the code, each |
Beta Was this translation helpful? Give feedback.
Answered by
isilence
Oct 8, 2024
Replies: 1 comment 1 reply
-
It's not an exception, sendmsg[_zc] never accesses user's msghdr and iovec after the request has been submitted, i.e. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pyhd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not an exception, sendmsg[_zc] never accesses user's msghdr and iovec after the request has been submitted, i.e.
io_uring_submit
returns, regardless of the result.