commit | a2a8b0b4adeaec3de5213b7825588352a696df75 | [log] [tgz] |
---|---|---|
author | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | Tue Feb 18 10:33:20 2020 -0800 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Feb 18 22:02:15 2020 +0100 |
tree | 4f28f0c6189d7c49c2c6b804377198b17b00d190 | |
parent | 0830c0a4891f9de009dfaa585dfecefa4c67795b [diff] |
Bluetooth: Fix crash when using new BT_PHY option This fixes the invalid check for connected socket which causes the following trace due to sco_pi(sk)->conn being NULL: RIP: 0010:sco_sock_getsockopt+0x2ff/0x800 net/bluetooth/sco.c:966 L2CAP has also been fixed since it has the same problem. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>