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: <4693AE32.7030403@gmail.com>
Date: Tue, 10 Jul 2007 18:05:06 +0200
From: Adel Gadllah <adel.gadllah@...il.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] fix sparse problems with ARRAY_SIZE
ARRAY_SIZE seems to create sparse warnings when used on global
variables. The attached patch fixes this by using a ARRAY_SIZE macro
that does not use __must_be_array(arr) for sparse.
See: http://marc.info/?t=118103449100007&r=1&w=2
P.S: please CC me
View attachment "array_size_sparse_fix.patch" of type "text/x-patch" (728 bytes)