gvisor/pkg/safemem
Bhasker Hariharan 831ab2dd99 Fix host unix socket to not swallow EOF incorrectly.
Fixes an error where in case of a receive buffer larger than the host send
buffer size for a host backed unix dgram socket we would end up swallowing EOF
from recvmsg syscall causing the read() to block forever.

PiperOrigin-RevId: 331192810
2020-09-11 11:56:04 -07:00
..
BUILD
block_unsafe.go
io.go
io_test.go
safemem.go
seq_test.go
seq_unsafe.go