commit | 00a3101f561816e58de054a470484996f78eb5eb | [log] [tgz] |
---|---|---|
author | Liping Zhang <liping.zhang@spreadtrum.com> | Mon Aug 08 22:07:27 2016 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Aug 09 10:39:25 2016 +0200 |
tree | 2c322fc56e800df06ea164a2a149c6d13edeb188 | |
parent | b18bcb0019cf57a3db0917b77e65c29bd9b00f54 [diff] |
netfilter: nfnetlink_queue: reject verdict request from different portid Like NFQNL_MSG_VERDICT_BATCH do, we should also reject the verdict request when the portid is not same with the initial portid(maybe from another process). Fixes: 97d32cf9440d ("netfilter: nfnetlink_queue: batch verdict support") Signed-off-by: Liping Zhang <liping.zhang@spreadtrum.com> Reviewed-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>