wifi: brcmfmac: Replace one-element array with flexible-array member
authorGustavo A. R. Silva <gustavoars@kernel.org>
Fri, 3 Feb 2023 01:29:47 +0000 (19:29 -0600)
committerKalle Valo <kvalo@kernel.org>
Mon, 13 Feb 2023 16:52:33 +0000 (18:52 +0200)
commit552ac55ee9bc8a30edc87c284a4562ce703f972b
tree4ce2116d344fcbd3772459cd08c8d1577cfe83a0
parent7715d79553de553532219d82c0fea89fba5f7c79
wifi: brcmfmac: Replace one-element array with flexible-array member

One-element arrays are deprecated, and we are replacing them with flexible
array members instead. So, replace one-element array with flexible-array
member in struct brcmf_tlv.

This helps with the ongoing efforts to tighten the FORTIFY_SOURCE
routines on memcpy() and help us make progress towards globally
enabling -fstrict-flex-arrays=3 [1].

This results in no differences in binary output.

Link: https://github.com/KSPP/linux/issues/79
Link: https://github.com/KSPP/linux/issues/253
Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602902.html
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/Y9xjizhMujNEtpB4@work
drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.h