gvisor/pkg/sentry/socket
Kevin Krakauer 96c28a4368 sentry: Replaces saving of inet.Stack with retrieval via context.
Previously, inet.Stack was referenced in 2 structs in sentry/socket that can be
saved/restored.  If an app is saved and restored on another machine, it may try
to use the old stack, which will have been replaced by a new stack on the new
machine.

PiperOrigin-RevId: 196733985
Change-Id: I6a8cfe73b5d7a90749734677dada635ab3389cb9
2018-05-15 14:56:18 -07:00
..
control Implement SO_TIMESTAMP 2018-05-01 22:11:49 -07:00
epsocket sentry: Replaces saving of inet.Stack with retrieval via context. 2018-05-15 14:56:18 -07:00
hostinet Implement SO_TIMESTAMP 2018-05-01 22:11:49 -07:00
netlink sentry: Replaces saving of inet.Stack with retrieval via context. 2018-05-15 14:56:18 -07:00
rpcinet Fix misspellings. 2018-05-03 14:06:13 -07:00
unix Implement SO_TIMESTAMP 2018-05-01 22:11:49 -07:00
BUILD Implement SO_TIMESTAMP 2018-05-01 22:11:49 -07:00
socket.go Implement SO_TIMESTAMP 2018-05-01 22:11:49 -07:00