From: Santosh Nayak Date: Tue, 6 Mar 2012 01:22:50 +0000 (+0000) Subject: netfilter: ebtables: fix wrong name length while copying to user-space X-Git-Tag: v3.3-rc7~21^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=848edc69192a38bf9d261032f248b14f47e6af8b;p=pandora-kernel.git netfilter: ebtables: fix wrong name length while copying to user-space user-space ebtables expects 32 bytes-long names, but xt_match names use 29 bytes. We have to copy less 29 bytes and then, make sure we fill the remaining bytes with zeroes. Signed-off-by: Santosh Nayak Signed-off-by: Pablo Neira Ayuso Signed-off-by: David S. Miller --- Reading git-diff-tree failed