[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080223.200018.128938227.davem@davemloft.net>
Date: Sat, 23 Feb 2008 20:00:18 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: kernel@...uxace.com
Cc: netdev@...r.kernel.org, kaber@...sh.net
Subject: Re: [PATCH] Fix multicast on VLAN interfaces
From: Phil Oester <kernel@...uxace.com>
Date: Thu, 21 Feb 2008 14:05:42 -0800
> diff --git a/net/core/dev.c b/net/core/dev.c
> index 908f07c..999af2e 100644
> --- a/net/core/dev.c
> +++ b/net/core/dev.c
> @@ -2905,6 +2905,7 @@ int __dev_addr_add(struct dev_addr_list **list, int *count,
> return -ENOMEM;
> memcpy(da->da_addr, addr, alen);
> da->da_addrlen = alen;
> + da->da_synced = 0;
> da->da_users = 1;
> da->da_gusers = glbl ? 1 : 0;
> da->next = *list;
"da" is kzalloc()'d, how can da->da_synced not be zero?
--
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