Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2005 21:37:26 +0900
From:      SUZUKI Shinsuke <suz@freebsd.org>
To:        tinguely@casselton.net,snezhko@indorsoft.ru
Cc:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/88725: /usr/sbin/ppp panic with 2005.10.21 netinet6 changes
Message-ID:  <x7sltwdb09.wl%suz@alaxala.net>
In-Reply-To: <200511111510.jABFAM5M062936@freefall.freebsd.org>
References:  <200511111510.jABFAM5M062936@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

>>>>> On Fri, 11 Nov 2005 15:10:22 GMT
>>>>> tinguely@casselton.net(Mark Tinguely)  said:
> 
>  I think this patch should be applied. The other callouts that I flagged
>  are too inconclusive to make any modification at this time.
Sorry for kept you waiting.

I've committed the following patch (in a little bit different manner),
so I'll close this PR and investigate the possible similar problems.


>  --- netinet6/mld6.c	Wed Nov  9 08:27:14 2005
>  ***************
>  *** 640,645 ****
>  --- 640,649 ----
>    		mld6_stop_listening(in6m);
>    		ifma->ifma_protospec = NULL;
>    		LIST_REMOVE(in6m, in6m_entry);
>  + 		if (in6m->in6m_timer != IN6M_TIMER_UNDEF)
>  + 			mld_stoptimer(in6m);
>    		free(in6m->in6m_timer_ch, M_IP6MADDR);
>    		free(in6m, M_IP6MADDR);
>    	}

Thanks,
----
SUZUKI, Shinsuke @ KAME Project



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