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 target, so, if anyone has a good
> reason to not nuke it in nf-next please let me know soon.

Applied, thanks Florian.
--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[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 know soon.

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html