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]
Message-Id: <20190520.110447.451570638406811414.davem@davemloft.net>
Date:   Mon, 20 May 2019 11:04:47 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     maximmi@...lanox.com
Cc:     jakub.kicinski@...ronome.com, kuznet@....inr.ac.ru,
        yoshfuji@...ux-ipv6.org, netdev@...r.kernel.org,
        leonro@...lanox.com
Subject: Re: [PATCH net] Validate required parameters in
 inet6_validate_link_af

From: Maxim Mikityanskiy <maximmi@...lanox.com>
Date: Mon, 20 May 2019 08:08:07 +0000

> +static int inet6_validate_link_af(const struct net_device *dev,
> +				  const struct nlattr *nla)
> +{
> +	struct inet6_dev *idev = NULL;
> +	struct nlattr *tb[IFLA_INET6_MAX + 1];
> +	int err;

Reverse christmas tree.

Otherwise patch looks good to me.

Thanks.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ