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: <20170515.143913.1695026862760668885.davem@davemloft.net> Date: Mon, 15 May 2017 14:39:13 -0400 (EDT) From: David Miller <davem@...emloft.net> To: Yuval.Mintz@...ium.com Cc: arnd@...db.de, netdev@...r.kernel.org Subject: Re: [PATCH net v2] qed: Fix uninitialized data in aRFS infrastructure From: Yuval Mintz <Yuval.Mintz@...ium.com> Date: Sun, 14 May 2017 12:21:23 +0300 > Current memset is using incorrect type of variable, causing the > upper-half of the strucutre to be left uninitialized and causing: > > ethernet/qlogic/qed/qed_init_fw_funcs.c: In function 'qed_set_rfs_mode_disable': > ethernet/qlogic/qed/qed_init_fw_funcs.c:993:3: error: '*((void *)&ramline+4)' is used uninitialized in this function [-Werror=uninitialized] > > Fixes: d51e4af5c209 ("qed: aRFS infrastructure support") > Reported-by: Arnd Bergmann <arnd@...db.de> > Signed-off-by: Yuval Mintz <Yuval.Mintz@...ium.com> Applied, thank you.
Powered by blists - more mailing lists