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.6-rc3~10^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f68ba07b1da811bf383b4b701b129bfcb2e4988;p=pandora-kernel.git Bluetooth: HCI - Fix info leak via getsockname() 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 --- Reading git-diff-tree failed