From: Johann Felix Soden Date: Mon, 15 Feb 2010 21:23:48 +0000 (+0100) Subject: Bluetooth: Fix out of scope variable access in hci_sock_cmsg() X-Git-Tag: v2.6.34-rc1~233^2~17^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6e623a65cb301088bd04794043e82bfc996c512;p=pandora-kernel.git Bluetooth: Fix out of scope variable access in hci_sock_cmsg() The pointer data can point to the variable ctv. Access to data happens when ctv is already out of scope. Signed-off-by: Johann Felix Soden Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed