Skip to content
Commit 6dfccd13 authored by Anmol Karn's avatar Anmol Karn Committed by Marcel Holtmann
Browse files

Bluetooth: Fix null pointer dereference in hci_event_packet()

AMP_MGR is getting derefernced in hci_phy_link_complete_evt(), when called
from hci_event_packet() and there is a possibility, that hcon->amp_mgr may
not be found when accessing after initialization of hcon.

- net/bluetooth/hci_event.c:4945
The bug seems to get triggered in this line:

bredr_hcon = hcon->amp_mgr->l2cap_conn->hcon;

Fix it by adding a NULL check for the hcon->amp_mgr before checking the ev-status.

Fixes: d5e91192

 ("Bluetooth: AMP: Process Physical Link Complete evt")
Reported-and-tested-by: default avatar <syzbot+0bef568258653cff272f@syzkaller.appspotmail.com>
Link: https://syzkaller.appspot.com/bug?extid=0bef568258653cff272f
Signed-off-by: default avatarAnmol Karn <anmol.karan123@gmail.com>
Signed-off-by: default avatarMarcel Holtmann <marcel@holtmann.org>
parent 54780138
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment