From: Pablo Neira Ayuso Date: Wed, 22 Mar 2006 21:54:40 +0000 (-0800) Subject: [NETFILTER]: nfnetlink_queue: fix nfnetlink message size X-Git-Tag: v2.6.17-rc1~1120^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0d835835ba30686dc085e98c8eeac0b9c26e3b2;p=pandora-kernel.git [NETFILTER]: nfnetlink_queue: fix nfnetlink message size Fix oversized message, use NLMSG_SPACE just one since it reserves space for the netlink header and NFA_SPACE for every attribute. Thanks to Harald Welte for the feedback Signed-off-by: Pablo Neira Ayuso Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed