gvisor/runsc
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
..
boot Support IP_TOS and IPV6_TCLASS socket options for hostinet sockets. 2019-12-03 08:33:22 -08:00
cgroup Impose order on test scripts. 2019-09-03 22:02:43 -07:00
cmd Fix problem with open FD when copy up is triggered in overlayfs 2019-10-16 15:06:24 -07:00
console Always set SysProcAttr.Ctty to an FD in the child's FD table. 2019-06-26 11:27:31 -07:00
container Fix container locking 2019-10-30 15:39:04 -07:00
criutil Add tests for $HOME 2019-10-07 15:55:39 -07:00
debian Fix repository build scripts. 2019-11-05 15:16:04 -08:00
dockerutil Prevent CAP_NET_RAW from appearing in exec 2019-10-01 11:49:49 -07:00
fsgofer gofer: reduce CPU usage on GC as of frequent readdir 2019-11-23 13:24:46 +00:00
sandbox Fix possible race condition destroying container 2019-12-05 17:58:36 -08:00
specutils Merge pull request #1046 from tomlanyon:crio 2019-10-22 17:05:04 -07:00
testutil Fix early deletion of rootDir 2019-10-24 16:36:54 -07:00
BUILD Fix repository build scripts. 2019-11-05 15:16:04 -08:00
main.go Force timezone initialization before filter installation 2019-11-22 15:47:15 -08:00
version.go Fix `runsc --version` and add a test. 2019-09-10 15:41:47 -07:00
version_test.sh Merge pull request #843 from nlacasse:version 2019-09-12 14:55:24 -07:00