Rogue callers (i.e. rogue jail) to ip_nat may input interface names
longer than the passed string length. Make sure the interface string
is not longer than specified.
This is not a problem when using the command line interface. Only when
calling ipfilter directly from user code that tries to emulate ipfilter
userland.
Reported by: Ilja Van Sprundel <ivansprundel@ioactive.com>
MFC after: 1 day