lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ