netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* re: ipv6: Do not depend on rt->n in rt6_probe().
@ 2013-01-21 18:28 Dan Carpenter
  2013-01-21 18:41 ` YOSHIFUJI Hideaki
  0 siblings, 1 reply; 6+ messages in thread
From: Dan Carpenter @ 2013-01-21 18:28 UTC (permalink / raw)
  To: yoshfuji; +Cc: netdev, kbuild

Hello YOSHIFUJI Hideaki / 吉藤英明,

This is a semi-automatic email about new static checker warnings.

The patch 2152caea7196: "ipv6: Do not depend on rt->n in 
rt6_probe()." from Jan 17, 2013, leads to the following Smatch 
complaint:

net/ipv6/route.c:495 rt6_probe()
	 error: we previously assumed 'neigh' could be null (see line 490)

net/ipv6/route.c
   489	
   490		if (!neigh ||
                     ^^^^^
New test.

   491		    time_after(jiffies, neigh->updated + rt->rt6i_idev->cnf.rtr_probe_interval)) {
   492			struct in6_addr mcaddr;
   493			struct in6_addr *target;
   494	
   495			neigh->updated = jiffies;
                        ^^^^^^^^^^^^^^
Old dereference.

   496	
   497			if (neigh)
                            ^^^^^
Another new test.

regards,
dan carpenter

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-01-22  5:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-21 18:28 ipv6: Do not depend on rt->n in rt6_probe() Dan Carpenter
2013-01-21 18:41 ` YOSHIFUJI Hideaki
2013-01-21 19:28   ` Rate Limitation of Router Reachability Probing for possible dead routers (is Re: ipv6: Do not depend on rt->n in rt6_probe().) YOSHIFUJI Hideaki
2013-01-21 20:44     ` David Miller
2013-01-22  3:47       ` YOSHIFUJI Hideaki
2013-01-22  5:49         ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).