with new fork+reexec, in case of failure in init of any child process
authorgilles <gilles@openbsd.org>
Mon, 20 Jun 2016 20:26:04 +0000 (20:26 +0000)
committergilles <gilles@openbsd.org>
Mon, 20 Jun 2016 20:26:04 +0000 (20:26 +0000)
commit6ba78a985f7927ffb8325bdf63c5d970550888ee
treeeeb1511e56238b409d0e57097a6f8ff6c9f37798
parent24e168e302f5cd152a47059353d59a8de965a066
with new fork+reexec, in case of failure in init of any child process
causing it to exit, we could end up with a NULL deref in parent.

free commit offered by eric@, ok gilles@
usr.sbin/smtpd/smtpd.c