]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Stop sabotaging list poisoning
authorAlexey Dobriyan <adobriyan@gmail.com>
Wed, 10 Jun 2015 17:28:33 +0000 (20:28 +0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 10 Jun 2015 23:22:54 +0000 (01:22 +0200)
commitded7f71ecd41b32530f9b8807043d23933365706
tree1c882aae5e672842db6f8f593f9bbd40eecea5fd
parentd385af5824202e979ac460db5232eab32ffd51ff
Bluetooth: Stop sabotaging list poisoning

list_del() poisons pointers with special values, no need to overwrite them.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_core.c