]> rtime.felk.cvut.cz Git - linux-imx.git/commit
af_packet: prevent information leak
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 7 Jun 2011 05:42:06 +0000 (22:42 -0700)
committerAndi Kleen <ak@linux.intel.com>
Mon, 1 Aug 2011 20:54:59 +0000 (13:54 -0700)
commit10f5dd7bd3448dd1234d0fee65c73048d244592c
treef6357fdb0dac9edd1aa8019f4e3d7aeecbb40763
parent7666ff7ed41d95540caa91717aad005578230a85
af_packet: prevent information leak

[ Upstream commit 13fcb7bd322164c67926ffe272846d4860196dc6 ]

In 2.6.27, commit 393e52e33c6c2 (packet: deliver VLAN TCI to userspace)
added a small information leak.

Add padding field and make sure its zeroed before copy to user.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Andi Kleen <ak@linux.intel.com>
CC: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/if_packet.h
net/packet/af_packet.c