gvisor/runsc/sandbox
Fabricio Voznika 40035d7d9c Fix possible race condition destroying container
When the sandbox is destroyed, making URPC calls to destroy the
container will fail. The code was checking if the sandbox was
running before attempting to make the URPC call, but that is racy.

PiperOrigin-RevId: 284093764
2019-12-05 17:58:36 -08:00
..
BUILD netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
network.go netstack/tcp: software segmentation offload 2019-10-22 11:55:56 -07:00
network_unsafe.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00
sandbox.go Fix possible race condition destroying container 2019-12-05 17:58:36 -08:00