commit | 50c9cc2e540aeaab78ab548a8d42568977c6844f | [log] [tgz] |
---|---|---|
author | Jaroslav Kysela <perex@suse.cz> | Tue Apr 10 13:26:48 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Apr 10 13:26:48 2007 -0700 |
tree | b00c30333f5d124a14e371f4bcf5a69051a2df33 | |
parent | 15d33c070ddde99f7368e6b17b71d22c866f97d9 [diff] |
[NETFILTER]: ipt_CLUSTERIP: fix oops in checkentry function The clusterip_config_find_get() already increases entries reference counter, so there is no reason to do it twice in checkentry() callback. This causes the config to be freed before it is removed from the list, resulting in a crash when adding the next rule. Signed-off-by: Jaroslav Kysela <perex@suse.cz> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>