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:	Wed, 13 Oct 2010 14:58:56 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	jarkao2@...il.com
Cc:	ebiederm@...ssion.com, hans.schillstrom@...csson.com,
	daniel.lezcano@...e.fr, netdev@...r.kernel.org
Subject: Re: BUG ? ipip unregister_netdevice_many()

From: Jarek Poplawski <jarkao2@...il.com>
Date: Wed, 13 Oct 2010 11:19:47 +0000

>> -static void rt_do_flush(int process_context)
>> +static void rt_do_flush(struct net *net, int process_context)
>>  {
>>  	unsigned int i;
>>  	struct rtable *rth, *next;
>> -	struct rtable * tail;
>>  
>>  	for (i = 0; i <= rt_hash_mask; i++) {
>> +		struct rtable *list, **pprev;
> 
> Isn't "list = NULL" needed here?

Yes it is, thanks for catching that.
--
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