commit | 23d07508d25cea9984ee068538b4e86932b015c2 | [log] [tgz] |
---|---|---|
author | Gao Feng <fgao@ikuai8.com> | Sat Sep 10 10:04:30 2016 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Sep 12 19:54:45 2016 +0200 |
tree | 833a38e0a77fe244b9a5ca0f41c571f97d411db2 | |
parent | 4e6577de71803142d01e374cf15664af0388799a [diff] |
netfilter: Add the missed return value check of nft_register_chain_type There are some codes of netfilter module which did not check the return value of nft_register_chain_type. Add the checks now. Signed-off-by: Gao Feng <fgao@ikuai8.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>