summaryrefslogtreecommitdiffhomepage
path: root/runsc/version.go
diff options
context:
space:
mode:
authorBhasker Hariharan <bhaskerh@google.com>2021-09-14 14:01:36 -0700
committergVisor bot <gvisor-bot@google.com>2021-09-14 14:09:09 -0700
commit603f473ada5f5cacc759c8810df01f47905ba5e9 (patch)
treedd9c05d727c494d16562f3190f2ba47fa8c3ff4f /runsc/version.go
parent5593b8a7e6cb5fc04c1b9e23a92b880517330cd4 (diff)
Fix bug in RecvMMsgDispatcher.
Fixed a bug introduced in the following commit: https://github.com/google/gvisor/commit/979d6e7d77b17e94defc29515180cc75d3560383 The commit introduced a bug which causes the recvmmsg dispatcher to never exit as BlockingPoll is now called with two fds and poll will not return an error anymore if one of the FD is closed. We need to explicitly check the events for each FD to determine if the sentry FD is closed. ReadV dispatcher does not have the same issue as Readv does not rely on sk_err field of the underlying socket to determine if the socket is in an error state. Recvmmsg OTOH seems to get confused and always returns EAGAIN if poll() is called which queries the sk_err field and clears it. PiperOrigin-RevId: 396676135
Diffstat (limited to 'runsc/version.go')
0 files changed, 0 insertions, 0 deletions