linux/net/netfilter
Thomas Graf 0dc1362562 netfilter: nf_tables: Avoid duplicate call to nft_data_uninit() for same key
nft_del_setelem() currently calls nft_data_uninit() twice on the same
key. Once to release the key which is guaranteed to be NFT_DATA_VALUE
and a second time in the error path to which it falls through.

The second call has been harmless so far though because the type
passed is always NFT_DATA_VALUE which is currently a no-op.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2014-08-01 18:14:49 +02:00
..
2014-06-05 00:49:51 -07:00
2013-10-14 11:29:31 +02:00
2014-06-05 00:49:51 -07:00
2011-07-01 16:11:15 -07:00
2011-07-01 16:11:15 -07:00
2014-06-05 00:49:51 -07:00