catch EOFs during table_proc handshake
authorop <op@openbsd.org>
Thu, 23 May 2024 17:05:45 +0000 (17:05 +0000)
committerop <op@openbsd.org>
Thu, 23 May 2024 17:05:45 +0000 (17:05 +0000)
commit613268e5e58c9d39ea81169b5a26333aa9726ce9
tree3b211df0d763773e67c3e88ea9c9c1a40dc050e2
parent7aeb1bc93336df4e88eee5075c0498cf679fac9c
catch EOFs during table_proc handshake

while here also do a s/fatalx/fatal since getline() sets errno on
failure.

ok millert@, gilles@
usr.sbin/smtpd/table_proc.c