Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netfilter: nf_tables: fix double-free on set expression from the erro…
…r path After copying the expression to the set element extension, release the expression and reset the pointer to avoid a double-free from the error path. Fixes: 4094445 ("netfilter: nf_tables: add elements with stateful expressions") Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
- Loading branch information