[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fix for smtp.c on Solaris
- To: zmailer@cs.toronto.edu
- Subject: Re: fix for smtp.c on Solaris
- From: Dan Ehrlich <ehrlich@cs.psu.edu>
- Date: Thu, 27 May 1993 17:50:14 +0300
- Dmail: v1.3r
- Makemail: v1.6a
- Organization: Computer Science Department, Penn State University
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