gvisor/pkg/sentry/socket/epsocket
Rahat Mahmood 7bfad8ebb6 Return a well-defined socket address type from socket funtions.
Previously we were representing socket addresses as an interface{},
which allowed any type which could be binary.Marshal()ed to be used as
a socket address. This is fine when the address is passed to userspace
via the linux ABI, but is problematic when used from within the sentry
such as by networking procfs files.

PiperOrigin-RevId: 262460640
2019-08-08 16:50:33 -07:00
..
BUILD Plumbing for iptables sockopts. 2019-08-02 16:26:48 -07:00
device.go
epsocket.go Return a well-defined socket address type from socket funtions. 2019-08-08 16:50:33 -07:00
provider.go
save_restore.go
stack.go