git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38130c3
)
Bluetooth: 6lowpan: use after free in disconnect_devices()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 29 Oct 2014 16:10:57 +0000
(19:10 +0300)
committer
Marcel Holtmann
<marcel@holtmann.org>
Thu, 30 Oct 2014 16:23:25 +0000
(17:23 +0100)
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 <dan.carpenter@oracle.com>
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/6lowpan.c
patch
|
blob
|
history
diff --cc
net/bluetooth/6lowpan.c
Simple merge