aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_sock.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva <[email protected]>2023-01-10 01:37:52 +0000
committerLuiz Augusto von Dentz <[email protected]>2023-02-09 22:17:40 +0000
commit969cf3e670b5532dc345b8fafaf96a94278a7e09 (patch)
treed759f596efda8693a9d61a422e89adbeec065399 /net/bluetooth/l2cap_sock.c
parentBluetooth: qca: Fix sparse warnings (diff)
downloadkernel-969cf3e670b5532dc345b8fafaf96a94278a7e09.tar.gz
kernel-969cf3e670b5532dc345b8fafaf96a94278a7e09.zip
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 <[email protected]> Signed-off-by: Luiz Augusto von Dentz <[email protected]>
Diffstat (limited to 'net/bluetooth/l2cap_sock.c')
0 files changed, 0 insertions, 0 deletions