diff options
| author | Gustavo A. R. Silva <[email protected]> | 2023-06-21 20:27:20 +0000 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2023-06-22 01:15:08 +0000 |
| commit | 6f0a92fd7db1507b203111ee53632eeeba2daca5 (patch) | |
| tree | 3089947ad464b0979b8619184d396f05383bbcc1 /scripts/clang-tools/gen_compile_commands.py | |
| parent | scsi: target: tcmu: Replace strlcpy() with strscpy() (diff) | |
| download | kernel-6f0a92fd7db1507b203111ee53632eeeba2daca5.tar.gz kernel-6f0a92fd7db1507b203111ee53632eeeba2daca5.zip | |
scsi: smartpqi: Replace one-element arrays with flexible-array members
One-element arrays are deprecated, and we are replacing them with flexible
array members instead. So, replace one-element arrays with flexible-array
members in a couple of structures, and refactor the rest of the code,
accordingly.
This helps with the ongoing efforts to tighten the FORTIFY_SOURCE routines
on memcpy().
This results in no differences in binary output.
Link: https://github.com/KSPP/linux/issues/79
Link: https://github.com/KSPP/linux/issues/204
Signed-off-by: Gustavo A. R. Silva <[email protected]>
Link: https://lore.kernel.org/r/ZJNdKDkuRbFZpASS@work
Reviewed-by: Kees Cook <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'scripts/clang-tools/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions
