gvisor/pkg/sentry/socket/rpcinet
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
..
conn Update canonical repository. 2019-06-13 16:50:15 -07:00
notifier Merge pull request #653 from xiaobo55x:dev 2019-08-08 11:58:14 -07:00
BUILD Remove map from fd_map, change to fd_table. 2019-07-02 19:28:59 -07:00
device.go Update canonical repository. 2019-06-13 16:50:15 -07:00
rpcinet.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
socket.go Return a well-defined socket address type from socket funtions. 2019-08-08 16:50:33 -07:00
stack.go netstack: Don't start endpoint goroutines too soon on restore. 2019-08-08 12:33:11 -07:00
stack_unsafe.go Update canonical repository. 2019-06-13 16:50:15 -07:00
syscall_rpc.proto Allow and document bug ids in gVisor codebase. 2019-04-29 14:04:14 -07:00