aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/xt_string.c
diff options
context:
space:
mode:
authorBojan Prtvar <prtvar.b@gmail.com>2014-09-08 09:51:12 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2014-09-09 16:31:25 +0200
commitc435201bede79735c23d6961ce369034f193e633 (patch)
tree9ddc1bd71a42bc1666c0997ebee78f9b9ce93dc2 /net/netfilter/xt_string.c
parentipvs: reduce stack usage for sockopt data (diff)
downloadlinux-dev-c435201bede79735c23d6961ce369034f193e633.tar.xz
linux-dev-c435201bede79735c23d6961ce369034f193e633.zip
netfilter: xt_string: Remove unnecessary initialization of struct ts_state
The skb_find_text() accepts uninitialized textsearch state variable. Signed-off-by: Bojan Prtvar <prtvar.b@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/netfilter/xt_string.c')
-rw-r--r--net/netfilter/xt_string.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/xt_string.c b/net/netfilter/xt_string.c
index d3c48b14ab94..5699adb97652 100644
--- a/net/netfilter/xt_string.c
+++ b/net/netfilter/xt_string.c
@@ -29,7 +29,6 @@ string_mt(const struct sk_buff *skb, struct xt_action_param *par)
struct ts_state state;
bool invert;
- memset(&state, 0, sizeof(struct ts_state));
invert = conf->u.v1.flags & XT_STRING_FLAG_INVERT;
return (skb_find_text((struct sk_buff *)skb, conf->from_offset,