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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 18 Nov 2021 20:45:22 +0100 From: Johannes Berg <johannes@...solutions.net> To: Kees Cook <keescook@...omium.org>, Lennert Buytenhek <buytenh@...tstofly.org> Cc: Kalle Valo <kvalo@...eaurora.org>, "David S. Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>, wengjianfeng <wengjianfeng@...ong.com>, Lv Yunlong <lyl2019@...l.ustc.edu.cn>, Arnd Bergmann <arnd@...db.de>, Christophe JAILLET <christophe.jaillet@...adoo.fr>, Allen Pais <allen.lkml@...il.com>, Zheyu Ma <zheyuma97@...il.com>, linux-kernel@...r.kernel.org, linux-wireless@...r.kernel.org, netdev@...r.kernel.org, linux-hardening@...r.kernel.org Subject: Re: [PATCH] mwl8k: Use struct_group() for memcpy() region On Thu, 2021-11-18 at 10:37 -0800, Kees Cook wrote: > > - __u8 key_material[MAX_ENCR_KEY_LENGTH]; > - __u8 tkip_tx_mic_key[MIC_KEY_LENGTH]; > - __u8 tkip_rx_mic_key[MIC_KEY_LENGTH]; > + struct { > + __u8 key_material[MAX_ENCR_KEY_LENGTH]; > That got one tab too many? johannes
Powered by blists - more mailing lists