Bluetooth: SMP: Fix crash when receiving new connection when debug is enabled
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 14 Jun 2021 17:46:44 +0000 (10:46 -0700)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 14 Jun 2021 20:16:27 +0000 (22:16 +0200)
commit995fca15b73ff8f92888cc2d5d95f17ffdac74ba
tree2c81db89ed0017f6aa6e0d26a1b02cf11ea045c7
parentad9d24c9429e2159d1e279dc3a83191ccb4daf1d
Bluetooth: SMP: Fix crash when receiving new connection when debug is enabled

When receiving a new connection pchan->conn won't be initialized so the
code cannot use bt_dev_dbg as the pointer to hci_dev won't be
accessible.

Fixes: 2e1614f7d61e4 ("Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbg")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/smp.c