From: Mathias Krause Date: Wed, 15 Aug 2012 11:31:46 +0000 (+0000) Subject: Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) X-Git-Tag: v3.6-rc3~10^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e15ca9a0ef9a86f0477530b0f44a725d67f889ee;p=pandora-kernel.git Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) The HCI code fails to initialize the two padding bytes of struct hci_ufilter before copying it to userland -- that for leaking two bytes kernel stack. Add an explicit memset(0) before filling the structure 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