Re: [PATCH nf] netfilter: nf_conncount: remove wrong condition check routine

2018-11-26 Thread Pablo Neira Ayuso
On Sun, Nov 25, 2018 at 06:47:13PM +0900, Taehee Yoo wrote: > All lists in the tree_nodes_free() have both zero count and true dead flag. > Because lists are selected by nf_conncount_gc_list() and that makes that > zero-count and true dead flag. > So that the if statement of tree_nodes_free() is

[PATCH nf] netfilter: nf_conncount: remove wrong condition check routine

2018-11-25 Thread Taehee Yoo
All lists in the tree_nodes_free() have both zero count and true dead flag. Because lists are selected by nf_conncount_gc_list() and that makes that zero-count and true dead flag. So that the if statement of tree_nodes_free() is unnecessary and wrong. Fixes: 31568ec09ea0 ("netfilter: