55b664046c
Error check in defer block used wrong error variable which is always nil if the flow reaches the defer. This caused the `newProcess.Kill` to be never called if the subsequent attemp to attach to the stdio failed. Although this only happens in Exec (as Start does overwrite the error), this also adjusts the Start to also use the returned error to avoid this kind of mistake in future changes. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com> |
||
---|---|---|
.. | ||
local | ||
queue | ||
remote | ||
shimopts | ||
supervisor | ||
types | ||
libcontainerd_linux.go | ||
libcontainerd_windows.go | ||
replace.go |