Re: [PATCH nf] netfilter: nf_tables: free set name in error path

2018-04-16 Thread Pablo Neira Ayuso
On Tue, Apr 10, 2018 at 09:00:24AM +0200, Florian Westphal wrote: > set->name must be free'd here in case ops->init fails. 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

[PATCH nf] netfilter: nf_tables: free set name in error path

2018-04-10 Thread Florian Westphal
set->name must be free'd here in case ops->init fails. Fixes: 387454901bd6 ("netfilter: nf_tables: Allow set names of up to 255 chars") Signed-off-by: Florian Westphal --- net/netfilter/nf_tables_api.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git