Taehee Yoo
b25a31bf0c
netfilter: nf_tables: add missing ->release_ops() in error path of newrule()
...
->release_ops() callback releases resources and this is used in error path.
If nf_tables_newrule() fails after ->select_ops(), it should release
resources. but it can not call ->destroy() because that should be called
after ->init().
At this point, ->release_ops() should be used for releasing resources.
Test commands:
modprobe -rv xt_tcpudp
iptables-nft -I INPUT -m tcp <-- error command
lsmod
Result:
Module Size Used by
xt_tcpudp 20480 2 <-- it should be 0
Fixes: b8e2040063 ("netfilter: nft_compat: use .release_ops and remove list of extension")
Signed-off-by: Taehee Yoo <ap420073@gmail.com >
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org >
2019-03-20 08:32:58 +01:00
..
2018-12-20 18:20:26 -08:00
2019-03-01 14:28:44 +01:00
2019-01-06 09:46:51 +09:00
2019-03-18 16:21:54 +01:00
2019-03-01 14:36:59 +01:00
2018-12-29 02:45:22 +01:00
2018-12-21 00:51:54 +01:00
2019-02-27 10:46:39 +01:00
2019-03-01 14:36:46 +01:00
2018-12-21 00:51:54 +01:00
2019-01-18 15:02:34 +01:00
2018-12-21 00:51:54 +01:00
2019-02-27 10:54:08 +01:00
2019-01-18 15:02:34 +01:00
2019-01-18 15:02:34 +01:00
2019-01-18 15:02:34 +01:00
2019-01-18 15:02:34 +01:00
2019-01-18 15:02:34 +01:00
2019-01-18 15:02:34 +01:00
2019-01-18 15:02:34 +01:00
2019-03-01 14:19:31 +01:00
2019-01-18 15:02:34 +01:00
2019-01-22 23:28:24 +01:00
2019-03-18 16:11:54 +01:00
2019-01-28 11:32:55 +01:00
2018-12-21 00:51:54 +01:00
2019-01-28 17:34:38 -08:00
2019-02-27 11:03:59 +01:00
2019-02-27 10:54:08 +01:00
2019-03-08 16:41:09 +01:00
2019-02-27 10:54:08 +01:00
2019-03-20 08:32:58 +01:00
2019-03-01 14:34:24 +01:00
2019-01-18 15:02:34 +01:00
2019-01-28 11:09:11 +01:00
2019-01-18 15:02:33 +01:00
2019-01-18 15:02:33 +01:00
2019-03-01 14:36:59 +01:00
2019-01-18 15:02:33 +01:00
2019-02-27 10:41:24 +01:00
2018-12-29 02:45:20 +01:00
2019-01-28 11:32:43 +01:00
2019-01-18 15:02:34 +01:00
2019-03-11 13:19:24 +01:00
2019-01-14 12:50:59 +01:00
2019-01-18 15:59:47 +01:00
2019-02-08 15:00:17 -08:00
2019-03-11 13:19:24 +01:00
2019-03-01 14:36:59 +01:00
2019-01-18 15:58:20 +01:00
2019-02-27 10:54:08 +01:00
2019-03-18 16:22:49 +01:00
2019-01-18 15:02:33 +01:00
2019-01-18 15:02:32 +01:00
2019-01-18 15:02:33 +01:00
2019-03-18 16:22:49 +01:00
2019-01-18 15:02:33 +01:00
2019-02-27 11:08:32 +01:00
2019-03-18 16:21:09 +01:00
2019-03-01 14:25:06 +01:00
2019-02-04 18:21:12 +01:00
2019-03-01 14:28:43 +01:00
2019-02-04 18:21:12 +01:00
2019-01-18 15:02:34 +01:00
2018-12-28 12:11:47 -08:00
2019-03-01 14:36:57 +01:00
2019-02-27 10:54:08 +01:00
2019-01-18 15:02:33 +01:00
2019-02-12 00:39:39 +01:00