From: Vasiliy Kulikov Date: Sat, 30 Oct 2010 14:26:31 +0000 (+0400) Subject: Bluetooth: hidp: fix information leak to userland X-Git-Tag: v2.6.38-rc1~476^2~276^2^2~10^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d31dbf6e5989b2fd9a30ec5b25436e94f009d6df;p=pandora-kernel.git Bluetooth: hidp: fix information leak to userland Structure hidp_conninfo is copied to userland with version, product, vendor and name fields unitialized if both session->input and session->hid are NULL. It leads to leaking of contents of kernel stack memory. Signed-off-by: Vasiliy Kulikov Acked-by: Marcel Holtmann Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed