[NETFILTER]: ip_tables: compat code module refcounting fix
authorDmitry Mishin <dim@openvz.org>
Mon, 30 Oct 2006 23:14:27 +0000 (15:14 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 30 Oct 2006 23:24:47 +0000 (15:24 -0800)
commit920b868ae1dfdac77c5e8c97e7067b23680f043e
treecec854f186e6ac37ea0b599f34a44fbfe7d49d2c
parentc073e3fa8b7f9841aa6451885f135656d455f511
[NETFILTER]: ip_tables: compat code module refcounting fix

This patch fixes bug in iptables modules refcounting on compat error way.

As we are getting modules in check_compat_entry_size_and_hooks(), in case of
later error, we should put them all in translate_compat_table(), not  in the
compat_copy_entry_from_user() or compat_copy_match_from_user(), as it is now.

Signed-off-by: Dmitry Mishin <dim@openvz.org>
Acked-by: Vasily Averin <vvs@openvz.org>
Acked-by: Kirill Korotaev <dev@openvz.org>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_tables.c