commit | 3003055f50663095472144994dac0339076031a8 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Wed Jun 10 19:29:16 2020 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jun 12 17:48:21 2020 +0200 |
tree | be9ebce8d35b5bd6f9310de6266bcaace3540954 | |
parent | 6c2d2176a85eb2fd65eb7cfe94b3bad0acce99c0 [diff] |
netfilter: nf_tables: hook list memleak in flowtable deletion After looking up for the flowtable hooks that need to be removed, release the hook objects in the deletion list. The error path needs to released these hook objects too. Fixes: abadb2f865d7 ("netfilter: nf_tables: delete devices from flowtable") Reported-by: syzbot+eb9d5924c51d6d59e094@syzkaller.appspotmail.com Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>