Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 2003 17:31:12 +0900
From:      Koshiro Kurihara <ked_kuri@ybb.ne.jp>
To:        freebsd-isp@freebsd.org
Subject:   Re: racoon dumps core
Message-ID:  <FAC2C382F3EF9Bked_kuri@ybb.ne.jp>
In-Reply-To: <CA28026327658B478F964AD08A46D413EE62AD@exch2k.stack.firm>
References:  <CA28026327658B478F964AD08A46D413EE62AD@exch2k.stack.firm>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Anton. This is Koshiro.
I'm sorry my broken english.

About me, the following patch was used.

------------------------------------------------------------
--- isakmp.c.orig	Wed Aug 28 13:08:30 2002
+++ isakmp.c	Tue Dec 31 09:19:50 2002
@@ -1406,6 +1406,9 @@
 	int len = 0;
 	int s;
 
+	if (iph1 == NULL)
+		return -1;
+
 	/* select the socket to be sent */
 	s = getsockmyaddr(iph1->local);
 	if (s == -1)
------------------------------------------------------------

Regards.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FAC2C382F3EF9Bked_kuri>