> On Oct 14, 2021, at 1:56 PM, Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> wrote: > > There are some instances where we don't use O_CLOEXEC when opening an > fd, fix these up. Otherwise, it is possible that a parallel fork causes > these fds to leak into a child process on execve. > > Signed-off-by: Kumar Kartikeya Dwivedi <memxor@xxxxxxxxx> Acked-by: Song Liu <songliubraving@xxxxxx>