runc/libcontainer/integration
Mrunal Patel bd3c4f844a Fix race in runc exec
There is a race in runc exec when the init process stops just before
the check for the container status. It is then wrongly assumed that
we are trying to start an init process instead of an exec process.

This commit add an Init field to libcontainer Process to distinguish
between init and exec processes to prevent this race.

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2018-06-01 16:25:58 -07:00
..
checkpoint_test.go Fix race in runc exec 2018-06-01 16:25:58 -07:00
doc.go Move libcontainer into subdirectory 2015-06-21 19:29:15 -07:00
exec_test.go Fix race in runc exec 2018-06-01 16:25:58 -07:00
execin_test.go Fix race in runc exec 2018-06-01 16:25:58 -07:00
init_test.go Updated logrus to v1 2017-07-19 15:20:56 +00:00
seccomp_test.go Fix race in runc exec 2018-06-01 16:25:58 -07:00
template_test.go Move libcontainer to x/sys/unix 2017-05-22 17:35:20 -05:00
utils_test.go Fix race in runc exec 2018-06-01 16:25:58 -07:00