Close stdin on create if it wasn't requested and there's no terminal
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
6a7aea6fb1
commit
5523936cf5
@ -83,6 +83,7 @@ func copyPipes(ctx context.Context, rio runc.IO, stdin, stdout, stderr string, w
|
|||||||
dest(fw, fr)
|
dest(fw, fr)
|
||||||
}
|
}
|
||||||
if stdin == "" {
|
if stdin == "" {
|
||||||
|
rio.Stdin().Close()
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
f, err := fifo.OpenFifo(ctx, stdin, syscall.O_RDONLY, 0)
|
f, err := fifo.OpenFifo(ctx, stdin, syscall.O_RDONLY, 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user