diff options
author | Gustavo A. R. Silva <[email protected]> | 2022-09-22 14:30:28 -0500 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2022-09-25 13:09:36 -0400 |
commit | fd2f045202d12c55748090885c47cc5f9a6c3c72 (patch) | |
tree | 6a1e57852b0f83f99a77bb9403db299b998c85c7 /drivers/scsi/mpi3mr/mpi/mpi30_sas.h | |
parent | 0fb9125e2aff083f42787cd686188c944d1a11f7 (diff) |
scsi: pm8001: 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 fw_control_info.
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/207
Link: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101836 [1]
Link: https://lore.kernel.org/r/Yyy31OuBza1FJCXP@work
Reviewed-by: Kees Cook <[email protected]>
Acked-by: Jack Wang <[email protected]>
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'drivers/scsi/mpi3mr/mpi/mpi30_sas.h')
0 files changed, 0 insertions, 0 deletions