[NETFILTER]: xt_hashlimit/xt_string: missing string validation
authorPatrick McHardy <kaber@trash.net>
Tue, 1 Aug 2006 06:47:31 +0000 (23:47 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 2 Aug 2006 20:38:29 +0000 (13:38 -0700)
commit3ab720881b6e36bd5190a3a11cee8d8d067c4ad7
tree7c0b9542623555a85476ede5e2a5a5d2c9c734a2
parentb10866fd7dd9ae9b8dd03646d28702a76d624474
[NETFILTER]: xt_hashlimit/xt_string: missing string validation

The hashlimit table name and the textsearch algorithm need to be
terminated, the textsearch pattern length must not exceed the
maximum size.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ipt_hashlimit.c
net/netfilter/xt_string.c