From: Johan Hedberg Date: Tue, 3 Feb 2015 08:01:13 +0000 (+0200) Subject: Bluetooth: Fix potential NULL dereference X-Git-Tag: fixes-v4.0-rc1~150^2~73^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88d9077c27d0c1a7c022d9dc987640beecf23560;p=pandora-kernel.git Bluetooth: Fix potential NULL dereference The bnep_get_device function may be triggered by an ioctl just after a connection has gone down. In such a case the respective L2CAP chan->conn pointer will get set to NULL (by l2cap_chan_del). This patch adds a missing NULL check for this case in the bnep_get_device() function. Reported-by: Patrik Flykt Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed