CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/30 21:36:18
Modified files:
sbin/slaacd : slaacd.c
sbin/unwind : unwind.c
usr.sbin/bgpd : bgpd.c
usr.sbin/eigrpd: eigrpd.c
usr.sbin/ldapd : ldapd.c
usr.sbin/ldpd : ldpd.c
usr.sbin/rad : rad.c
usr.sbin/smtpd : smtpd.c
Log message:
Avoid calling dup2(oldd, newd) when oldd == newd. In that case the
descriptor keeps CLOEXEC flag then it will be closed unexpectedly by
exec().
ok tedu florian
