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.2.30~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c7571e8eccb318337c06e09871ce0bf9868b93a;p=pandora-kernel.git Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) [ Upstream commit e15ca9a0ef9a86f0477530b0f44a725d67f889ee ] 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 Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed