Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Oct 2010 17:39:00 +0400
From:      Andrey Chernov <ache@nagual.pp.ru>
To:        "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
Cc:        FreeBSD current mailing list <current@FreeBSD.ORG>
Subject:   Re: ping6 cause kernel panic in nd6_output_lle()
Message-ID:  <20101002133859.GA6862@nagual.pp.ru>
In-Reply-To: <20101001230637.J95502@maildrop.int.zabbadoz.net>
References:  <20101001135914.GA89850@nagual.pp.ru> <20101001230637.J95502@maildrop.int.zabbadoz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 01, 2010 at 11:06:58PM +0000, Bjoern A. Zeeb wrote:
> On Fri, 1 Oct 2010, Andrey Chernov wrote:
> 
> > Pinging nonexistent IPv6 adress withing the same prefixlen 64 (i.e.
> > nonexistent neighbor) immediately cause kernel panic in nd6_output_lle()
> >
> > See
> > http://img837.imageshack.us/img837/7496/01102010f.jpg
> 
> want to try the patch from kern/148857?

For recent -current the patch have missing
struct mbuf *m = NULL; 
declaration early in the nd6_llinfo_timer().

Besides that, it fix the panic, thanx!

-- 
http://ache.pp.ru/



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