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, 3 Aug 2017 16:19:37 +0200
From:   Olaf Hering <olaf@...fle.de>
To:     Stephen Hemminger <stephen@...workplumber.org>
Cc:     netdev@...r.kernel.org
Subject: Re: [PATCH net-next v3 1/3] netvsc: transparent VF management

On Tue, Aug 01, Stephen Hemminger wrote:

>  static void netvsc_get_stats64(struct net_device *net,
>  			       struct rtnl_link_stats64 *t)
>  {
>  	struct net_device_context *ndev_ctx = netdev_priv(net);
>  	struct netvsc_device *nvdev = rcu_dereference_rtnl(ndev_ctx->nvdev);
> -	int i;
> +	struct netvsc_vf_pcpu_stats vf_tot;
> +		int i;

This move of 'i' was probably not intended.

Olaf

Download attachment "signature.asc" of type "application/pgp-signature" (196 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ