[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fix for smtp.c on Solaris




On Wed, 26 May Guy said:

>Date:	Wed, 26 May 1993 11:36:03 -0400
>From:	Guy Middleton <gamiddleton@math.waterloo.edu>
>To:	zmailer@cs.toronto.edu
>Subject: fix for smtp.c on Solaris
>
>The setsockopt() call is wrong everywhere (I think), but only on
>Solaris does it cause a core dump.
>

In case anyone cares the only other places I found calls to setsockopt
were in smtpserver/smtpserver.c (done correctly) and in
support/rlockd/in.rlockd.c (done incorrectly).  The patch to
in.rlockd.c is pretty much the same as Guy's patch to
transports/smtp/smtp.c.

-- Dan