netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* bugs in net/ipv6/mcast.c (fwd)
@ 2003-10-25 19:27 Pekka Savola
  2003-10-27  2:07 ` YOSHIFUJI Hideaki / 吉藤英明
  0 siblings, 1 reply; 3+ messages in thread
From: Pekka Savola @ 2003-10-25 19:27 UTC (permalink / raw)
  To: netdev; +Cc: Ed Rupp

Probably fixed already, but just in case...

---------- Forwarded message ----------
Date: Sat, 25 Oct 2003 07:23:53 -0500
From: Ed Rupp <niteowl@austin.rr.com>
To: pekkas@netcore.fi
Subject: bugs in net/ipv6/mcast.c

Hi.  In the latest linux-2.6.0-test8 source there are 2 bugs in 
net/ipv6/mcast.c
In function inet6_mc_check() the if statements on lines 607 and 609 have
extra semicolons that will cause the code to fail.

                if (mc->sfmode == MCAST_INCLUDE && i >= psl->sl_count);
                        rv = 0;
                if (mc->sfmode == MCAST_EXCLUDE && i < psl->sl_count);
                        rv = 0;

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

end of thread, other threads:[~2003-10-27  8:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-25 19:27 bugs in net/ipv6/mcast.c (fwd) Pekka Savola
2003-10-27  2:07 ` YOSHIFUJI Hideaki / 吉藤英明
2003-10-27  8:02   ` David S. 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).