From: Mathias Krause Date: Sun, 29 Jul 2012 19:45:14 +0000 (+0000) Subject: net/tun: fix ioctl() based info leaks X-Git-Tag: v3.6-rc1~30^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a117dacde0288f3ec60b6e5bcedae8fa37ee0dfc;p=pandora-kernel.git net/tun: fix ioctl() based info leaks The tun module leaks up to 36 bytes of memory by not fully initializing a structure located on the stack that gets copied to user memory by the TUNGETIFF and SIOCGIFHWADDR ioctl()s. Signed-off-by: Mathias Krause Signed-off-by: David S. Miller --- Reading git-diff-tree failed