Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Dec 2014 11:44:44 +0300
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        Mark Johnston <markj@FreeBSD.org>, src-committers@freebsd.org,  svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r275695 - head/sys/netinet6
Message-ID:  <5489597C.80707@FreeBSD.org>
In-Reply-To: <201412110041.sBB0ftwC030057@svn.freebsd.org>
References:  <201412110041.sBB0ftwC030057@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11.12.2014 03:41, Mark Johnston wrote:
> Author: markj
> Date: Thu Dec 11 00:41:54 2014
> New Revision: 275695
> URL: https://svnweb.freebsd.org/changeset/base/275695
> 
> Log:
>   Fix a bug in r266857: nd6_dad_find() must return NULL if it doesn't find
>   a matching element in the DAD queue.

If there was no matching element, TAILQ_FOREACH will stop the loop with
dp == NULL. If there is bug somewhere, it isn't here.

-- 
WBR, Andrey V. Elsukov



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