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: <cover.1601565471.git.gustavoars@kernel.org> Date: Thu, 1 Oct 2020 10:24:01 -0500 From: "Gustavo A. R. Silva" <gustavoars@...nel.org> To: linux-kernel@...r.kernel.org Cc: linux-hardening@...r.kernel.org, Andrew Morton <akpm@...ux-foundation.org>, "Gustavo A. R. Silva" <gustavoars@...nel.org> Subject: [PATCH 0/3][next] lib/stackdepot.c: Replace one-element array with flexible-array member Hi, This series aim to replace a one-element array with a flexible-array member. Also, make use of the struct_size(), flexible_array_size() and array_size() helpers. Thanks -- Gustavo Gustavo A. R. Silva (3): lib/stackdepot.c: Replace one-element array with flexible-array member lib/stackdepot.c: Use flex_array_size() helper in memcpy() lib/stackdepot.c: Use array_size() helper in jhash2() lib/stackdepot.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) -- 2.27.0
Powered by blists - more mailing lists