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, 03 Jun 2020 10:46:54 -0700 (PDT)
From:   David Miller <davem@...emloft.net>
To:     vinay.yadav@...lsio.com
Cc:     netdev@...r.kernel.org, kuba@...nel.org, edumazet@...gle.com,
        borisp@...lanox.com, secdev@...lsio.com
Subject: Re: [PATCH net-next] crypto/chtls: Fix compile error when
 CONFIG_IPV6 is disabled

From: Vinay Kumar Yadav <vinay.yadav@...lsio.com>
Date: Wed,  3 Jun 2020 16:03:17 +0530

> @@ -102,19 +100,24 @@ static struct net_device *chtls_find_netdev(struct chtls_dev *cdev,
>  			return ndev;
>  		ndev = ip_dev_find(&init_net, inet_sk(sk)->inet_rcv_saddr);
>  		break;
> +#if IS_ENABLED(CONFIG_IPV6)
>  	case PF_INET6:
> +		struct net_device *temp;
> +		int addr_type;
> +

You never, ever, compiled this code.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ