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 Fix host unix socket to not swallow EOF incorrectly. 2020-09-11 11:56:04 -07:00
block_unsafe.go Update package locations. 2020-01-27 15:31:32 -08:00
io.go Update package locations. 2020-01-27 15:31:32 -08:00
io_test.go Update package locations. 2020-01-27 15:31:32 -08:00
safemem.go Update package locations. 2020-01-27 15:31:32 -08:00
seq_test.go Ensure that safemem.BlockSeqOf(safemem.Block{}) produces an empty BlockSeq. 2020-03-04 14:30:27 -08:00
seq_unsafe.go Consistent precondition formatting 2020-08-20 13:32:24 -07:00