Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()
authorGustavo A. R. Silva <gustavoars@kernel.org>
Wed, 1 May 2024 18:09:30 +0000 (12:09 -0600)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Tue, 14 May 2024 14:51:07 +0000 (10:51 -0400)
commitd6bb8782b4b6ec14fb6e336f7f8c6a1ccce613b1
tree07ef4349d6970fe8c7b0a63c35533987a45641d7
parent4322502fb13b48399e8bf3019aeb92d99f1ed067
Bluetooth: hci_conn: Use struct_size() in hci_le_big_create_sync()

Use struct_size() instead of the open-coded version. Similarly to
this other patch[1].

Link: https://lore.kernel.org/linux-hardening/ZiwwPmCvU25YzWek@neat/
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_conn.c