Re: [PATCH nf-next 1/3] netfilter: nf_tables: fix wrong check of NFT_SET_MAP in nf_tables_bind_set

2016-06-15 Thread Pablo Neira Ayuso
On Sat, Jun 11, 2016 at 12:20:26PM +0800, Liping Zhang wrote: > From: Liping Zhang > > We should check "i" is used as a dictionary or not, "binding" is already > checked before. I've applied this to nf, I qualify this as a fix, thanks. -- To unsubscribe from this

[PATCH nf-next 1/3] netfilter: nf_tables: fix wrong check of NFT_SET_MAP in nf_tables_bind_set

2016-06-10 Thread Liping Zhang
From: Liping Zhang We should check "i" is used as a dictionary or not, "binding" is already checked before. Signed-off-by: Liping Zhang --- net/netfilter/nf_tables_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git