From: Phil Oester <[EMAIL PROTECTED]>
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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to