From: Vasiliy Kulikov Date: Wed, 3 Nov 2010 07:45:06 +0000 (+0100) Subject: ipv4: netfilter: ip_tables: fix information leak to userland X-Git-Tag: v2.6.37-rc2~85^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5f15ac4f89f84853544c934fc7a744289e95e34;p=pandora-kernel.git ipv4: netfilter: ip_tables: fix information leak to userland Structure ipt_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