]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Fix possible NULL pointer derefence in l2cap code
authorSzymon Janc <szymon.janc@tieto.com>
Wed, 16 Nov 2011 08:32:18 +0000 (09:32 +0100)
committerGustavo F. Padovan <padovan@profusion.mobi>
Wed, 16 Nov 2011 20:28:37 +0000 (18:28 -0200)
commit7f41bc6c9a76b1aeb175f6679474f089e4b91961
tree9554255ce07c4dc773ef058cd4f56ed8ac51df0b
parent56136edecf0fd19fc1920d6dfd08e199f96f9898
Bluetooth: Fix possible NULL pointer derefence in l2cap code

Due to ERTM reliability L2CAP channel needs to be disconnected if
adding to srej list failed.

Signed-off-by: Szymon Janc <szymon.janc@tieto.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c