Theo de Raadt <[email protected]> wrote: > It might be better for vmd to open a fd to /dev/null early on, > probably with O_CLOEXEC, and dup() it when it needs it in low-down code.
Such a strategy would also need to check that the fd doesn't creep into places where it isn't wanted.
