Re: [PATCH nf 0/2] netfilter: ipt_CLUSTERIP: two more fixes

2018-02-25 Thread Pablo Neira Ayuso
On Fri, Feb 16, 2018 at 12:49:31PM +0100, Florian Westphal wrote: > During code audit I found two more bugs in CLUSTERIP, > first one is a refcount leak, second is possible use-after free > due to kfree() of rcu-protected (and already visible) structure. > > I think its time to remove this

[PATCH nf 0/2] netfilter: ipt_CLUSTERIP: two more fixes

2018-02-16 Thread Florian Westphal
During code audit I found two more bugs in CLUSTERIP, first one is a refcount leak, second is possible use-after free due to kfree() of rcu-protected (and already visible) structure. I think its time to remove this target, so, if anyone has a good reason to not nuke it in nf-next please let me