kern/88725: /usr/sbin/ppp panic with 2005.10.21 netinet6 changes

SUZUKI Shinsuke suz at freebsd.org
Wed Nov 16 04:38:45 PST 2005


Hi,

>>>>> On Fri, 11 Nov 2005 15:10:22 GMT
>>>>> tinguely at 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


More information about the freebsd-bugs mailing list