From: Ulisses Furquim Date: Mon, 30 Jan 2012 20:26:29 +0000 (-0200) Subject: Bluetooth: Fix possible use after free in delete path X-Git-Tag: v3.3-rc6~36^2~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24d2b8c0ac5c8ec41c26ed432238b0e027184882;p=pandora-kernel.git Bluetooth: Fix possible use after free in delete path 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 Acked-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed