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] [day] [month] [year] [list]
Date:	Thu, 26 Feb 2015 11:20:09 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	erik.hugne@...csson.com
Cc:	netdev@...r.kernel.org, tipc-discussion@...ts.sourceforge.net,
	jon.maloy@...csson.com, richard.alpe@...csson.com,
	ying.xue@...driver.com
Subject: Re: [PATCH net-next 2/5] tipc: fix nullpointer bug when
 subscribing to events

From: <erik.hugne@...csson.com>
Date: Thu, 26 Feb 2015 07:43:27 +0100

> @@ -312,16 +299,15 @@ static void subscr_conn_msg_event(struct net *net, int conid,
>  {
>  	struct tipc_subscriber *subscriber = usr_data;
>  	struct tipc_subscription *sub = NULL;
> +	struct tipc_net *tn = net_generic(net, tipc_net_id);
> +
>  
>  	spin_lock_bh(&subscriber->lock);

Please only have one empty line between local variable declarations
and code.
--
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