commit | 3ab720881b6e36bd5190a3a11cee8d8d067c4ad7 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Jul 31 23:47:31 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Aug 02 13:38:29 2006 -0700 |
tree | 7c0b9542623555a85476ede5e2a5a5d2c9c734a2 | |
parent | b10866fd7dd9ae9b8dd03646d28702a76d624474 [diff] |
[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>