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-next>] [day] [month] [year] [list]
Date: Thu, 28 Dec 2023 11:35:29 +0000
From: David Binderman <dcb314@...mail.com>
To: "sfrench@...ba.org" <sfrench@...ba.org>, "pc@...guebit.com"
	<pc@...guebit.com>, "lsahlber@...hat.com" <lsahlber@...hat.com>,
	"sprasad@...rosoft.com" <sprasad@...rosoft.com>, "tom@...pey.com"
	<tom@...pey.com>, "linux-cifs@...r.kernel.org" <linux-cifs@...r.kernel.org>,
	"samba-technical@...ts.samba.org" <samba-technical@...ts.samba.org>, Linux
 Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject:
 fs/smb/client/sess.c:462:20: warning: duplicated ‘if’ condition

Hello there,

Recent development versions of gcc compiler produce the above warning
in linux-6.7-rc7.

Source code is

   if (old_iface) {
     ....
    } else if (old_iface) {

Regards

David Binderman

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ