gvisor/pkg/sentry/inet
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
..
BUILD sentry: Replaces saving of inet.Stack with retrieval via context. 2018-05-15 14:56:18 -07:00
context.go sentry: Replaces saving of inet.Stack with retrieval via context. 2018-05-15 14:56:18 -07:00
inet.go Check in gVisor. 2018-04-28 01:44:26 -04:00
test_stack.go Check in gVisor. 2018-04-28 01:44:26 -04:00