]> 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)
commitc594165b97fa74260aefb47fc71eebaa584e1497
tree1c882aae5e672842db6f8f593f9bbd40eecea5fd
parent7579b153b749c085b27e11ceeb7527a11a28d541
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