Matthias Schiffer
ec13ad1d70
ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed source
...
There are other error values besides ip6_null_entry that can be returned by
ip6_route_redirect(): fib6_rule_action() can also result in
ip6_blk_hole_entry and ip6_prohibit_entry if such ip rules are installed.
Only checking for ip6_null_entry in rt6_do_redirect() causes ip6_ins_rt()
to be called with rt->rt6i_table == NULL in these cases, making the kernel
crash.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-11-02 16:30:15 -05:00
..
2015-08-11 22:05:36 +02:00
2015-08-30 18:12:36 -04:00
2015-03-02 16:43:41 -05:00
2015-08-18 11:55:06 -07:00
2015-05-11 10:50:17 -04:00
2015-09-17 22:13:32 -07:00
2015-07-15 15:59:58 -07:00
2015-08-27 20:15:34 +02:00
2015-10-16 09:24:41 +02:00
2015-09-11 15:08:20 -07:00
2015-08-18 11:55:07 -07:00
2015-07-12 21:13:22 +02:00
2015-10-16 16:49:01 +02:00
2015-10-22 19:39:25 -07:00
2015-03-06 21:50:02 -05:00
2015-09-21 16:32:29 -07:00
2015-09-09 14:19:50 -07:00
2015-10-07 04:56:11 -07:00
2015-09-01 15:06:22 -07:00
2015-08-18 11:55:07 -07:00
2015-08-29 13:15:03 -07:00
2015-11-02 15:57:12 -05:00
2015-11-02 16:30:15 -05:00
2015-05-11 10:50:17 -04:00
2015-10-21 07:48:26 -07:00
2015-05-11 10:50:17 -04:00
2015-10-23 03:05:19 -07:00
2015-09-28 22:39:10 -07:00
2015-07-27 01:06:53 -07:00
2015-10-13 10:30:56 +02:00
2015-08-10 20:43:06 +02:00
2015-08-31 12:45:09 -07:00
2015-10-17 13:01:24 +02:00
2015-03-31 13:58:35 -04:00
2015-10-22 07:18:28 -07:00
2015-06-18 21:14:32 +02:00
2015-08-20 22:00:11 +02:00
2015-10-27 19:32:18 -07:00
2015-09-23 14:33:55 -07:00
2015-05-11 10:50:17 -04:00
2015-10-27 19:46:34 -07:00
2015-09-04 14:26:56 +02:00
2015-06-24 02:58:51 -07:00
2015-05-11 10:50:17 -04:00
2015-10-11 04:49:33 -07:00
2015-09-28 22:52:21 -07:00
2015-10-15 13:44:35 -07:00
2015-10-13 04:43:24 -07:00
2015-11-01 12:04:29 -05:00
2015-10-05 06:33:09 -07:00
2015-10-22 18:26:29 -07:00
2015-08-09 22:43:52 -07:00
2015-09-04 14:29:25 +02:00
2015-05-11 10:50:17 -04:00
2015-09-29 11:45:55 +02:00
2015-04-09 00:02:26 -04:00
2015-07-21 10:39:03 -07:00
2015-03-04 00:26:06 -05:00
2015-05-11 10:50:17 -04:00
2015-10-23 06:22:08 -07:00