summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2023-01-10 04:37:52 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-02-10 01:17:40 +0300
commit969cf3e670b5532dc345b8fafaf96a94278a7e09 (patch)
treed759f596efda8693a9d61a422e89adbeec065399 /crypto
parentfec2972a3155b3f6deb6fa8f06fcd645695d6b49 (diff)
downloadlinux-969cf3e670b5532dc345b8fafaf96a94278a7e09.tar.xz
Bluetooth: HCI: Replace zero-length arrays with flexible-array members
Zero-length arrays are deprecated[1] and we are moving towards adopting C99 flexible-array members instead. So, replace zero-length arrays in a couple of structures with flex-array members. 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 [2]. Link: https://www.kernel.org/doc/html/latest/process/deprecated.html#zero-length-and-one-element-arrays [1] Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602902.html [2] Link: https://github.com/KSPP/linux/issues/78 Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions