<div dir="ltr">O_CLOEXEC is the default in toybox, so although the code as written<br>_looked_ correct, we need to |O_CLOEXEC to have the fd survive the<br>exec().<br><br>Found by folks building the kernel with toybox.<br>---<br> tests/xargs.test   | 2 ++<br> toys/posix/xargs.c | 2 +-<br> 2 files changed, 3 insertions(+), 1 deletion(-)/tmp<br></div>