commit | 4e6577de71803142d01e374cf15664af0388799a | [log] [tgz] |
---|---|---|
author | Gao Feng <fgao@ikuai8.com> | Fri Sep 09 23:25:09 2016 +0800 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Sep 12 19:54:43 2016 +0200 |
tree | 31cc9b67b0efe071ad9ea072e83dd2fc74c07a3d | |
parent | cf71c03edf10076f05a0b678fc9c8f8e6c6e24e4 [diff] |
netfilter: Add the missed return value check of register_netdevice_notifier There are some codes of netfilter module which did not check the return value of register_netdevice_notifier. Add the checks now. Signed-off-by: Gao Feng <fgao@ikuai8.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>