Sabrina Dubroca
e783bb00ad
ipmr: fix error path when ipmr_new_table fails
...
commit 0bbbf0e7d0 ("ipmr, ip6mr: Unite creation of new mr_table")
refactored ipmr_new_table, so that it now returns NULL when
mr_table_alloc fails. Unfortunately, all callers of ipmr_new_table
expect an ERR_PTR.
This can result in NULL deref, for example when ipmr_rules_exit calls
ipmr_free_table with NULL net->ipv4.mrt in the
!CONFIG_IP_MROUTE_MULTIPLE_TABLES version.
This patch makes mr_table_alloc return errors, and changes
ip6mr_new_table and its callers to return/expect error pointers as
well. It also removes the version of mr_table_alloc defined under
!CONFIG_IP_MROUTE_COMMON, since it is never used.
Fixes: 0bbbf0e7d0 ("ipmr, ip6mr: Unite creation of new mr_table")
Signed-off-by: Sabrina Dubroca <sd@queasysnail.net >
Signed-off-by: David S. Miller <davem@davemloft.net >
2018-06-05 12:26:41 -04:00
..
2018-05-14 07:05:16 -07:00
2018-05-10 10:15:05 +02:00
2018-04-13 15:51:06 -07:00
2018-05-28 23:05:11 -04:00
2018-04-13 16:20:36 -07:00
2018-05-10 16:08:25 -04:00
2018-05-31 15:35:38 -04:00
2018-05-09 13:24:41 +03:00
2018-05-15 14:40:34 +02:00
2018-06-01 09:46:22 +02:00
2018-04-24 10:29:16 +02:00
2018-05-17 16:11:39 -04:00
2018-05-20 18:59:34 -04:00
2018-06-05 10:48:09 -04:00
2018-04-07 12:08:19 -07:00
2018-05-04 07:54:54 +02:00
2018-04-18 21:00:56 -04:00
2018-04-12 12:55:50 -07:00
2018-04-27 10:17:10 +03:00
2018-04-20 17:18:35 -07:00
2018-04-20 17:18:35 -07:00
2018-05-23 13:23:39 -04:00
2018-04-25 07:58:18 -06:00
2018-04-25 21:13:40 -07:00
2018-04-30 10:55:56 +02:00
2018-05-24 11:57:36 +02:00
2018-05-26 19:46:15 -04:00
2018-05-24 18:36:15 -07:00
2018-05-23 13:23:40 -04:00
2018-06-05 09:43:09 -04:00
2018-05-09 17:25:13 +02:00
2018-04-16 09:25:07 -07:00
2018-04-15 16:12:35 -07:00
2018-04-20 17:18:35 -07:00
2018-04-11 10:28:35 -07:00
2018-04-11 10:28:38 -07:00
2018-04-19 12:29:41 -03:00
2018-05-03 13:55:47 +02:00
2018-04-10 08:40:45 +02:00
2018-04-06 09:29:34 +02:00
2018-05-14 13:46:04 -04:00
2018-05-11 15:36:37 -04:00
2018-04-06 11:50:19 -07:00
2018-04-19 09:48:32 +02:00
2018-05-14 08:56:29 +02:00
2018-04-27 11:53:02 -04:00
2018-04-05 21:36:26 -07:00
2018-05-18 22:44:10 +02:00
2018-04-12 12:28:32 -07:00
2018-04-06 14:05:14 +01:00
2018-04-06 14:05:14 +01:00
2018-04-25 21:23:38 -07:00
2018-04-26 09:02:01 -06:00
2018-05-25 18:12:11 -07:00
2018-04-09 09:26:12 +02:00
2018-04-11 10:28:31 -07:00
2018-04-26 14:53:32 +02:00
2018-04-09 11:42:31 -07:00
2018-04-11 10:28:39 -07:00
2018-05-25 14:37:20 -04:00
2018-04-25 08:26:19 -07:00
2018-04-17 10:50:28 -04:00
2018-06-03 11:00:52 -04:00
2018-05-29 10:12:45 -04:00
2018-04-06 09:28:50 +02:00
2018-04-05 21:36:24 -07:00
2018-05-14 13:46:04 -04:00
2018-04-11 10:28:35 -07:00
2018-04-13 17:10:28 -07:00
2018-04-11 10:28:38 -07:00
2018-05-03 07:38:05 +02:00
2018-05-11 11:21:10 +02:00
2018-04-07 07:53:23 -07:00
2018-04-05 21:36:27 -07:00
2018-04-17 13:42:48 +02:00
2018-04-12 09:41:19 -07:00
2018-04-07 16:53:59 -07:00
2018-04-19 15:59:10 -04:00
2018-04-19 15:59:11 -04:00
2018-06-05 08:50:16 -04:00
2018-04-07 12:08:19 -07:00
2018-04-11 10:28:31 -07:00
2018-05-24 10:07:50 -07:00
2018-04-05 21:36:25 -07:00
2018-04-21 16:32:48 -04:00
2018-04-11 10:28:32 -07:00
2018-04-05 21:36:27 -07:00
2018-05-24 10:07:50 -07:00
2018-04-05 21:36:27 -07:00
2018-04-11 10:28:32 -07:00
2018-04-13 15:37:59 +02:00
2018-06-05 12:26:41 -04:00
2018-04-24 10:15:07 -04:00
2018-04-16 18:26:37 -04:00
2018-05-23 14:48:44 -04:00
2018-05-29 09:49:16 -04:00
2018-05-23 09:26:08 +02:00
2018-04-10 16:06:22 -04:00
2018-04-10 16:06:22 -04:00
2018-05-25 18:12:11 -07:00
2018-05-05 00:51:44 +02:00
2018-05-11 17:28:45 -07:00
2018-04-05 21:36:25 -07:00
2018-04-05 21:36:25 -07:00
2018-04-11 10:28:32 -07:00
2018-04-11 10:28:39 -07:00
2018-04-06 18:31:06 -07:00
2018-04-06 18:31:06 -07:00
2018-05-16 11:45:16 +02:00
2018-05-24 18:18:19 -07:00
2018-05-24 15:35:58 -04:00
2018-04-11 10:28:39 -07:00
2018-05-11 17:28:45 -07:00
2018-05-11 17:28:45 -07:00
2018-04-25 16:43:55 -07:00
2018-04-24 13:21:45 -04:00
2018-05-16 11:45:16 +02:00
2018-05-21 11:23:26 -07:00
2018-05-05 00:51:44 +02:00
2018-04-07 16:53:59 -07:00
2018-04-11 10:28:36 -07:00
2018-04-23 10:06:59 +02:00
2018-04-13 17:10:28 -07:00
2018-04-16 02:06:47 -04:00
2018-05-17 12:46:54 -04:00
2018-06-04 17:02:06 -04:00
2018-04-05 21:36:24 -07:00
2018-04-05 21:36:27 -07:00
2018-04-05 21:36:24 -07:00
2018-04-24 11:15:32 -04:00
2018-05-03 15:55:23 -07:00
2018-04-28 15:01:14 -07:00
2018-04-05 21:36:25 -07:00
2018-04-09 16:47:27 +02:00
2018-05-18 11:40:27 -04:00
2018-04-16 18:53:13 -04:00
2018-04-20 17:18:35 -07:00
2018-04-18 10:07:13 -07:00
2018-04-09 11:54:56 +02:00
2018-04-26 14:53:32 +02:00
2018-04-17 17:18:05 +02:00
2018-04-26 14:53:32 +02:00
2018-04-17 17:18:04 +02:00
2018-04-29 08:45:53 -07:00
2018-05-24 18:18:19 -07:00
2018-04-23 11:05:52 +02:00
2018-05-07 23:25:24 -04:00
2018-04-26 15:08:04 -04:00
2018-05-23 13:23:39 -04:00
2018-04-11 10:28:35 -07:00
2018-04-23 13:41:55 +02:00
2018-04-25 20:33:19 +03:00
2018-04-11 10:28:30 -07:00
2018-05-03 09:25:47 -06:00
2018-04-11 10:28:39 -07:00
2018-04-05 21:36:26 -07:00