lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 02 Jul 2008 18:46:12 +0900 (JST)
From:	YOSHIFUJI Hideaki / 吉藤英明 
	<yoshfuji@...ux-ipv6.org>
To:	nooiwa@...aclelinux.com
Cc:	davem@...emloft.net, netdev@...r.kernel.org,
	yoshfuji@...ux-ipv6.org
Subject: Re: [GIT PULL net-next-2.6] IPv6 Updates

In article <486B2B39.9090404@...aclelinux.com> (at Wed, 02 Jul 2008 16:16:09 +0900), Naohiro Ooiwa <nooiwa@...aclelinux.com> says:

> Hi YOSHIFUJI-san
> 
> If I'm not missing something, the following code
> should be out side of the for-loop.
> 
> >
> > -		if (local)
> > -			return local;
> > +			if (local)
> > +				return local;
> >
> > -		if (flags & RT6_LOOKUP_F_IFACE)
> > -			return net->ipv6.ip6_null_entry;
> > +			if (flags & RT6_LOOKUP_F_IFACE)
> > +				return net->ipv6.ip6_null_entry;
> > +		}
> >  	}

I do agree....respinning...

--yoshfuji
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ