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-04-11 14:14:57 -07:00
2014-01-16 11:31:58 -08:00
2014-06-21 15:12:13 -07:00
2014-05-23 16:28:53 -04:00
2014-06-12 14:27:40 -07:00
2014-04-11 16:15:36 -04:00
2014-06-11 15:38:02 -07:00
2014-06-13 14:36:39 +02:00
2014-06-12 11:00:24 -07:00
2014-04-11 16:15:36 -04:00
2014-05-19 09:38:24 +02:00
2014-06-12 23:06:23 -07:00
2014-06-25 20:45:54 -07:00
2014-04-24 13:44:54 -04:00
2014-05-23 16:28:53 -04:00
2014-05-23 16:28:53 -04:00
2014-06-11 16:02:55 -07:00
2014-05-24 00:32:30 -04:00
2014-01-16 15:30:31 -08:00
2014-03-27 15:28:06 -04:00
2014-06-02 10:39:42 -07:00
2014-06-27 00:20:55 -07:00
2014-06-27 00:21:50 -07:00
2014-05-23 16:28:53 -04:00
2014-01-18 23:04:16 -08:00
2014-05-30 17:35:23 -07:00
2014-05-30 17:48:58 -07:00
2014-06-04 22:46:38 -07:00
2014-01-28 18:01:32 -08:00
2014-06-11 16:02:55 -07:00
2014-06-11 12:10:19 -07:00
2014-06-04 22:46:38 -07:00
2014-08-01 18:14:49 +02:00
2013-12-06 12:37:56 -05:00
2014-06-03 23:32:12 -07:00
2014-04-11 16:15:36 -04:00
2014-06-11 15:38:02 -07:00
2014-06-04 22:46:39 -07:00
2014-04-24 13:44:54 -04:00
2014-04-24 13:44:54 -04:00
2014-06-12 14:27:40 -07:00
2014-05-22 13:58:36 -04:00
2014-04-11 16:15:36 -04:00
2014-05-16 15:24:47 -04:00
2014-06-11 15:50:59 -07:00
2014-06-19 21:30:19 -07:00
2014-06-24 18:46:58 -04:00
2014-06-11 15:38:02 -07:00
2014-06-12 14:27:40 -07:00
2014-05-05 13:13:50 -04:00
2013-11-21 13:09:42 -05:00
2014-05-29 12:55:38 -04:00
2014-04-11 16:15:36 -04:00
2014-06-03 23:32:12 -07:00
2014-03-06 16:30:45 +01:00
2014-04-03 13:05:42 -07:00
2014-01-15 15:36:38 -08:00
2014-04-16 15:15:05 -04:00
2013-10-07 15:57:56 -04:00