diff options
author | 2017-12-25 11:34:54 +0800 | |
---|---|---|
committer | 2017-12-26 17:16:47 +0100 | |
commit | 8bea728dce8972e534e6b99fd550f7b5cc3864e8 (patch) | |
tree | e09d0a4d6ad714406b026bb7f6eb28a80eff8071 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | netfilter: uapi: correct UNTRACKED conntrack state bit number (diff) | |
download | linux-dev-8bea728dce8972e534e6b99fd550f7b5cc3864e8.tar.xz linux-dev-8bea728dce8972e534e6b99fd550f7b5cc3864e8.zip |
netfilter: nf_tables: fix potential NULL-ptr deref in nf_tables_dump_obj_done()
If there is no NFTA_OBJ_TABLE and NFTA_OBJ_TYPE, the c.data will be NULL in
nf_tables_getobj(). So before free filter->table in nf_tables_dump_obj_done(),
we need to check if filter is NULL first.
Fixes: e46abbcc05aa ("netfilter: nf_tables: Allow table names of up to 255 chars")
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Acked-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions