netfilter: limit the length of the helper name
authorHolger Eitzenberger <holger@eitzenberger.org>
Wed, 25 Mar 2009 17:44:01 +0000 (18:44 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 25 Mar 2009 17:44:01 +0000 (18:44 +0100)
commitaf9d32ad6718b9a80fa89f557cc1fbb63a93ec15
treefad7f7ccd2bc6fc8a04972f520dd8eedf257967e
parente487eb99cf9381a4f8254fa01747a85818da612b
netfilter: limit the length of the helper name

This is necessary in order to have an upper bound for Netlink
message calculation, which is not a problem at all, as there
are no helpers with a longer name.

Signed-off-by: Holger Eitzenberger <holger@eitzenberger.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
include/net/netfilter/nf_conntrack_helper.h
net/netfilter/nf_conntrack_helper.c