From: Pablo Neira Ayuso Date: Sun, 15 Jan 2012 15:34:08 +0000 (+0100) Subject: netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names X-Git-Tag: v3.6-rc1~125^2~529^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a8fc53a45c444400259e2e285ba414a87061e3d;p=pandora-kernel.git netfilter: nf_ct_helper: allocate 16 bytes for the helper and policy names This patch modifies the struct nf_conntrack_helper to allocate the room for the helper name. The maximum length is 16 bytes (this was already introduced in 2.6.24). For the maximum length for expectation policy names, I have also selected 16 bytes. This patch is required by the follow-up patch to support user-space connection tracking helpers. Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed