[PATCH v2][wireless-next/for-next] wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warnings
Gustavo A. R. Silva
gustavo at embeddedor.com
Fri Dec 15 09:49:07 PST 2023
On 12/15/23 07:29, Kalle Valo wrote:
> "Gustavo A. R. Silva" <gustavoars at kernel.org> wrote:
>
>> Transform zero-length arrays `rate`, `adm_stat` and `msdu_cnt` into
>> proper flexible-array members in anonymous union in `struct
>> mt7996_mcu_all_sta_info_event` via the DECLARE_FLEX_ARRAY()
>> helper; and fix multiple -Warray-bounds warnings:
[..]
>>
>> This results in no differences in binary output, helps with the ongoing
>> efforts to globally enable -Warray-bounds.
>>
>> Reviewed-by: Kees Cook <keescook at chromium.org>
>> Signed-off-by: Gustavo A. R. Silva <gustavoars at kernel.org>
>
> I'll take this directly wireless-next, ok?
>
Yep, sounds good.
Thanks!
--
Gustavo
More information about the Linux-mediatek
mailing list