Replace dup() with os_dupfd_cloexec()
dup() will leak the new FD into any child process after fork().
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
dup() will leak the new FD into any child process after fork().