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

Mark Tinguely tinguely at casselton.net
Fri Nov 11 07:10:25 PST 2005


The following reply was made to PR kern/88725; it has been noted by GNATS.

From: Mark Tinguely <tinguely at casselton.net>
To: bug-followup at freebsd.org, snezhko at indorsoft.ru
Cc:  
Subject: Re: kern/88725: /usr/sbin/ppp panic with 2005.10.21 netinet6 changes
Date: Fri, 11 Nov 2005 09:04:50 -0600 (CST)

 I think this patch should be applied. The other callouts that I flagged
 are too inconclusive to make any modification at this time.
 
 I am working with another person with a callout panic that is simular
 to this panic, but he does not use IPv6.
 
 
 --- 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);
   	}
 
 
 --Mark Tinguely


More information about the freebsd-bugs mailing list