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
| ||
|
Message-Id: <20170521.134305.1143788146116378897.davem@davemloft.net> Date: Sun, 21 May 2017 13:43:05 -0400 (EDT) From: David Miller <davem@...emloft.net> To: stephen@...workplumber.org Cc: netdev@...r.kernel.org, sthemmin@...rosoft.com Subject: Re: [PATCH net-next 2/9] ila: propagate error code in ila_output From: Stephen Hemminger <stephen@...workplumber.org> Date: Fri, 19 May 2017 09:55:49 -0700 > This warning: > net/ipv6/ila/ila_lwt.c: In function ‘ila_output’: > net/ipv6/ila/ila_lwt.c:42:6: warning: variable ‘err’ set but not used [-Wunused-but-set-variable] > > It looks like the code attempts to set propagate different error > values, but always returned -EINVAL. > > Compile tested only. Needs review by original author. > > Signed-off-by: Stephen Hemminger <sthemmin@...rosoft.com> Applied.
Powered by blists - more mailing lists