CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/10/03 06:30:43
Modified files:
usr.sbin/ntpd : util.c
Log message:
Fix a possible bug that will happen with dup2() when oldd == newd. In that
case the dup2() would fail silently and the descriptor would remain with
the CLOEXEC flag causing the exec*()d child process to have unexpected
behavior.
ok guenther@
