]> www.infradead.org Git - nvme.git/commit
Bluetooth: Ignore too large handle values in BIG
authorEdward Adam Davis <eadavis@qq.com>
Mon, 17 Jun 2024 11:09:37 +0000 (19:09 +0800)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 28 Jun 2024 18:30:40 +0000 (14:30 -0400)
commit015d79c96d62cd8a4a359fcf5be40d58088c936b
treea0506e9d576ba30afba5316ddc27c4af72eb933d
parent4183a7be77009fc31c5760429fe095f163bf96a9
Bluetooth: Ignore too large handle values in BIG

hci_le_big_sync_established_evt is necessary to filter out cases where the
handle value is belonging to ida id range, otherwise ida will be erroneously
released in hci_conn_cleanup.

Fixes: 181a42edddf5 ("Bluetooth: Make handle of hci_conn be unique")
Reported-by: syzbot+b2545b087a01a7319474@syzkaller.appspotmail.com
Closes: https://syzkaller.appspot.com/bug?extid=b2545b087a01a7319474
Signed-off-by: Edward Adam Davis <eadavis@qq.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/hci_event.c