Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2005 15:10:22 GMT
From:      Mark Tinguely <tinguely@casselton.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/88725: /usr/sbin/ppp panic with 2005.10.21 netinet6 changes
Message-ID:  <200511111510.jABFAM5M062936@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/88725; it has been noted by GNATS.

From: Mark Tinguely <tinguely@casselton.net>
To: bug-followup@freebsd.org, snezhko@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



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