diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2023-01-10 04:37:52 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-02-10 01:17:40 +0300 |
commit | 969cf3e670b5532dc345b8fafaf96a94278a7e09 (patch) | |
tree | d759f596efda8693a9d61a422e89adbeec065399 /net/bluetooth/hci_conn.c | |
parent | fec2972a3155b3f6deb6fa8f06fcd645695d6b49 (diff) | |
download | linux-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 'net/bluetooth/hci_conn.c')
0 files changed, 0 insertions, 0 deletions