Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!mcvax!enea!luth!cad!sow From: sow@cad.luth.se (Sven-Ove Westberg) Newsgroups: comp.bugs.4bsd Subject: Bug in sendmail.5.57 ( Nil pointer ) Message-ID: <745@cad.luth.se> Date: Tue, 6-Oct-87 07:45:25 EDT Article-I.D.: cad.745 Posted: Tue Oct 6 07:45:25 1987 Date-Received: Sat, 10-Oct-87 18:32:00 EDT Reply-To: Sven-Ove Westberg Organization: University of Lulea, Sweden Lines: 22 UUCP-Path: {uunet,mcvax}!enea!cad.luth.se!sow *** /tmp/geta13103 Mon Oct 5 19:00:23 1987 --- /tmp/deliver.c Mon Oct 5 19:00:24 1987 *************** *** 419,425 **** rcode = EX_OK; #else MXDOMAIN Nmx = 1; ! MxHosts[0] = to->q_host; rcode = EX_OK; #endif /* send the initial SMTP protocol */ --- 419,428 ---- rcode = EX_OK; #else MXDOMAIN Nmx = 1; ! if(!to) ! MxHosts[0] = 0; ! else ! MxHosts[0] = to->q_host; rcode = EX_OK; #endif /* send the initial SMTP protocol */