Bluetooth: use memset avoid memory leaks
authorXiaohui Zhang <xiaohuizhang@ruc.edu.cn>
Tue, 7 Jun 2022 15:30:20 +0000 (23:30 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 22 Jul 2022 00:07:02 +0000 (17:07 -0700)
commita5133fe87ed827ce94084eecb7830a6d451ef55c
treecd9a0f7e73a53b30cdb23cfe4a705e0dd6fed12e
parent9111786492f13501baf576b772c96bf0e4d5bbcb
Bluetooth: use memset avoid memory leaks

Similar to the handling of l2cap_ecred_connect in commit d3715b2333e9
("Bluetooth: use memset avoid memory leaks"), we thought a patch
might be needed here as well.

Use memset to initialize structs to prevent memory leaks
in l2cap_le_connect

Signed-off-by: Xiaohui Zhang <xiaohuizhang@ruc.edu.cn>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c