From: Vasiliy Kulikov Date: Wed, 3 Nov 2010 07:44:12 +0000 (+0100) Subject: ipv4: netfilter: arp_tables: fix information leak to userland X-Git-Tag: v2.6.37-rc2~85^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a8b7a67224eb0c9dbd883b9bfc4938278bad370;p=pandora-kernel.git ipv4: netfilter: arp_tables: fix information leak to userland Structure arpt_getinfo is copied to userland with the field "name" that has the last elements unitialized. It leads to leaking of contents of kernel stack memory. Signed-off-by: Vasiliy Kulikov Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed