Bluetooth: L2CAP: Fix invalid access on ECRED Connection response
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Wed, 19 May 2021 20:41:51 +0000 (13:41 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 26 Jun 2021 05:12:32 +0000 (07:12 +0200)
commitde895b43932cb47e69480540be7eca289af24f23
treef77ee29911c317d9a7e4c47cc4d5d7088dd92d0b
parent1fa20d7d4aad02206e84b74915819fbe9f81dab3
Bluetooth: L2CAP: Fix invalid access on ECRED Connection response

The use of l2cap_chan_del is not safe under a loop using
list_for_each_entry.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c