From: Mathias Krause Date: Wed, 15 Aug 2012 11:31:47 +0000 (+0000) Subject: Bluetooth: HCI - Fix info leak via getsockname() X-Git-Tag: v3.2.30~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ec7005779d27fabc6fb64f0852745aaac4a66d2;p=pandora-kernel.git Bluetooth: HCI - Fix info leak via getsockname() [ Upstream commit 3f68ba07b1da811bf383b4b701b129bfcb2e4988 ] The HCI code fails to initialize the hci_channel member of struct sockaddr_hci and that for leaks two bytes kernel stack via the getsockname() syscall. Initialize hci_channel with 0 to avoid the info leak. Signed-off-by: Mathias Krause Cc: Marcel Holtmann Cc: Gustavo Padovan Cc: Johan Hedberg Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed