containerd/runtime/v1/linux/proc
Michael Crosby bc1ff51411 Don't block on STDIN open
This was found testing other runtime shims that are faster than runc(no
containerization).  This is a race that can cause the shim to block
forever.  It's not an issue for out/err because we open both sides of
the pipe, but for stdin, it expects the client to have it opened.

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2018-08-27 10:44:53 -04:00
..
deleted_state.go Runtime v2 2018-07-17 10:21:29 -04:00
exec_state.go Runtime v2 2018-07-17 10:21:29 -04:00
exec.go Don't block on STDIN open 2018-08-27 10:44:53 -04:00
init_state.go Runtime v2 2018-07-17 10:21:29 -04:00
init.go Runtime v2 2018-07-17 10:21:29 -04:00
io.go Don't block on STDIN open 2018-08-27 10:44:53 -04:00
process.go Runtime v2 2018-07-17 10:21:29 -04:00
types.go Runtime v2 2018-07-17 10:21:29 -04:00
utils.go Runtime v2 2018-07-17 10:21:29 -04:00