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]
Message-Id: <20240218194413.31742-1-maks.mishinFZ@gmail.com>
Date: Sun, 18 Feb 2024 22:44:13 +0300
From: Maks Mishin <maks.mishinfz@...il.com>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: Maks Mishin <maks.mishinFZ@...il.com>,
	netdev@...r.kernel.org
Subject: [PATCH] m_ife: Remove unused value

The variable `has_optional` do not used after set the value.
Found by RASU JSC.

Signed-off-by: Maks Mishin <maks.mishinFZ@...il.com>
---
 tc/m_ife.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tc/m_ife.c b/tc/m_ife.c
index 162607ce..42621bec 100644
--- a/tc/m_ife.c
+++ b/tc/m_ife.c
@@ -291,7 +291,6 @@ static int print_ife(struct action_util *au, FILE *f, struct rtattr *arg)
 	}
 
 	if (tb[TCA_IFE_DMAC]) {
-		has_optional = 1;
 		print_string(PRINT_ANY, "dst", "dst %s ",
 			     ll_addr_n2a(RTA_DATA(tb[TCA_IFE_DMAC]),
 					 RTA_PAYLOAD(tb[TCA_IFE_DMAC]), 0, b2,
@@ -299,7 +298,6 @@ static int print_ife(struct action_util *au, FILE *f, struct rtattr *arg)
 	}
 
 	if (tb[TCA_IFE_SMAC]) {
-		has_optional = 1;
 		print_string(PRINT_ANY, "src", "src %s ",
 			     ll_addr_n2a(RTA_DATA(tb[TCA_IFE_SMAC]),
 					 RTA_PAYLOAD(tb[TCA_IFE_SMAC]), 0, b2,
-- 
2.30.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ