diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2022-11-14 17:01:11 -0600 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2022-11-22 12:13:46 +0200 |
commit | 61b0853d0314a474f9135537ebf96ef85a7216df (patch) | |
tree | 797c2c670af26f5887e80211de71aa8660bc7696 /tools/perf/scripts/python | |
parent | 8cf4f8c7d99addb6c2c2273fac7c20ca7c50db45 (diff) |
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_gscan_config.
Important to mention is that doing a build before/after this patch results
in no binary output differences.
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].
Link: https://github.com/KSPP/linux/issues/79
Link: https://github.com/KSPP/linux/issues/241
Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602902.html [1]
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/7694550aa9a2753a73a687f61af9441c8cf52fd7.1668466470.git.gustavoars@kernel.org
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions