Skip to content
Commit 94cd2b67 authored by Pablo Neira's avatar Pablo Neira Committed by David S. Miller
Browse files

[NETFILTER]: remove bogus memset() calls from ip_conntrack_netlink.c



nfattr_parse_nested() calls nfattr_parse() which in turn does a memset
on the 'tb' array.  All callers therefore don't need to memset before
calling it.

Signed-off-by: default avatarPablo Neira <pablo@eurodev.net>
Signed-off-by: default avatarHarald Welte <laforge@netfilter.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a86888b9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment