commit | 3a8fc53a45c444400259e2e285ba414a87061e3d | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Sun Jan 15 16:34:08 2012 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Sat Jun 16 15:08:39 2012 +0200 |
tree | da62c51c2ec4fbc145a57b1207287c6b82d81e60 | |
parent | d0daebc3d622f95db181601cb0c4a0781f74f758 [diff] |
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 <pablo@netfilter.org>