commit | a3716e70e1def691ad39e0f908fea0870ce010d9 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Aug 01 19:32:41 2014 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Aug 08 15:38:46 2014 +0200 |
tree | 1d263f1e8ac0c42bbfb259dea32111ae6bf34280 | |
parent | 33caee39925b887a99a2400dc5c980097c3573f9 [diff] |
netfilter: nf_tables: uninitialize element key/data from the commit path This should happen once the element has been effectively released in the commit path, not before. This fixes a possible chain refcount leak if the transaction is aborted. Reported-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>