mirror of
https://github.com/containerd/containerd.git
synced 2026-07-19 14:02:28 +00:00
Before this PR, if a stdin/stdout/stderr stream is nil, and the corresponding FIFO is not an empty string, a panic will occur when Read/Write of the nil stream is invoked in io.CopyBuffer. Signed-off-by: Hsing-Yu (David) Chen <davidhsingyuchen@gmail.com>