[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <487AA642.2030007@cn.fujitsu.com>
Date: Mon, 14 Jul 2008 09:05:06 +0800
From: Wang Chen <wangchen@...fujitsu.com>
To: Patrick McHardy <kaber@...sh.net>
CC: "David S. Miller" <davem@...emloft.net>,
NETDEV <netdev@...r.kernel.org>
Subject: Re: v3 [PATCH net-next 5/7] ipv4: Check return of dev_set_allmulti
Wang Chen said the following on 2008-7-8 17:41:
> Patrick McHardy said the following on 2008-7-7 19:22:
>>> case 0:
>>> dev = ip_dev_find(&init_net, vifc->vifc_lcl_addr.s_addr);
>>> if (!dev)
>>> return -EADDRNOTAVAIL;
>>> dev_put(dev);
>>> + err = dev_set_allmulti(dev, 1);
>>> + if (err)
>>> + return err;
>> Also looks like a use after free, but again, one that is
>> already present without your patch.
>>
>
> Here is the patch for fixing use after free.
> It fixes both ipv4 and ipv6 side and on top of my patches.
> This patch will be the 6/8 of the series.
>
David, Patrick.
Please ignore this one.
--
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