Re: [patch] Bluetooth: 6lowpan: use after free in disconnect_devices()
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2014-10-30 16:24:34
Also in:
kernel-janitors, linux-bluetooth, lkml
From: Marcel Holtmann <marcel@holtmann.org>
Date: 2014-10-30 16:24:34
Also in:
kernel-janitors, linux-bluetooth, lkml
Hi Dan,
This was accidentally changed from list_for_each_entry_safe() to
list_for_each_entry() so now it has a use after free bug. I've changed
it back.
Fixes: 90305829635d ('Bluetooth: 6lowpan: Converting rwlocks to use RCU')
Signed-off-by: Dan Carpenter <redacted>patch has been applied to bluetooth-next tree. Regards Marcel