diff options
author | Colin Ian King <colin.king@canonical.com> | 2018-05-09 08:22:56 -0400 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-05-13 18:21:59 -0400 |
commit | f0dfd7a2b35b02030949100247d851b793cb275f (patch) | |
tree | 0bc300372afa47f3ccda569904fccf12bc6c2df3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | bb7b40aecbf778c0c83a5bd62b0f03ca9f49a618 (diff) |
netfilter: nf_tables: fix memory leak on error exit return
Currently the -EBUSY error return path is not free'ing resources
allocated earlier, leaving a memory leak. Fix this by exiting via the
error exit label err5 that performs the necessary resource clean
up.
Detected by CoverityScan, CID#1432975 ("Resource leak")
Fixes: 9744a6fcefcb ("netfilter: nf_tables: check if same extensions are set when adding elements")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions