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:
6de3275
)
Bluetooth: Fix possible use after free in delete path
author
Ulisses Furquim
<ulisses@profusion.mobi>
Mon, 30 Jan 2012 20:26:29 +0000
(18:26 -0200)
committer
Johan Hedberg
<johan.hedberg@intel.com>
Wed, 15 Feb 2012 11:09:26 +0000
(13:09 +0200)
We need to use the _sync() version for cancelling the info and security
timer in the L2CAP connection delete path. Otherwise the delayed work
handler might run after the connection object is freed.
Signed-off-by: Ulisses Furquim <ulisses@profusion.mobi>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
No differences found