]> 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)
commit9e15442eb6e5430b3b1dc654b8f002cc1fae8357
tree9554255ce07c4dc773ef058cd4f56ed8ac51df0b
parentc155208fc25461a7a283be2ffbb91295e53dbd82
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