Re: [PATCH] netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()

From: Pablo Neira Ayuso
Date: Thu Jan 16 2020 - 08:59:38 EST


On Thu, Jan 16, 2020 at 01:09:31PM +0300, Dan Carpenter wrote:
> Syzbot detected a leak in nf_tables_parse_netdev_hooks(). If the hook
> already exists, then the error handling doesn't free the newest "hook".

Applied, thanks.