Patrick McHardy
3ee0edac47
Fix IPCOMP crashes.
...
[XFRM]: Fix crash introduced by struct dst_entry reordering
XFRM expects xfrm_dst->u.next to be same pointer as dst->next, which
was broken by the dst_entry reordering in commit 1e19e02c~, causing
an oops in xfrm_bundle_ok when walking the bundle upwards.
Kill xfrm_dst->u.next and change the only user to use dst->next instead.
Signed-off-by: Patrick McHardy <kaber@trash.net >
Signed-off-by: David S. Miller <davem@davemloft.net >
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de >
2007-08-09 14:27:26 -07:00
..
2007-05-24 14:27:19 +02:00
2007-06-08 19:15:17 -07:00
2007-05-04 12:22:07 -07:00
2007-05-10 23:47:46 -07:00
2007-06-13 20:44:42 +00:00
2007-04-25 22:23:43 -07:00
2007-04-26 15:50:17 -07:00
2007-06-03 18:08:40 -07:00
2006-12-02 21:22:50 -08:00
2006-12-02 21:22:55 -08:00
2007-04-25 22:24:32 -07:00
2007-04-25 22:29:48 -07:00
2006-12-02 21:23:39 -08:00
2007-06-08 13:33:09 -07:00
2007-04-25 22:24:04 -07:00
2007-04-25 22:27:12 -07:00
2007-04-25 22:27:12 -07:00
2006-12-02 21:23:40 -08:00
2007-05-24 18:17:54 -07:00
2007-04-25 22:28:33 -07:00
2007-06-07 13:40:10 -07:00
2007-04-30 00:58:09 -07:00
2007-06-07 13:40:10 -07:00
2007-04-28 11:01:01 -04:00
2007-04-28 11:01:03 -04:00
2007-05-08 11:51:59 -04:00
2006-12-02 21:22:08 -08:00
2007-01-26 01:04:55 -08:00
2007-04-25 22:28:06 -07:00
2007-01-26 01:04:55 -08:00
2007-04-25 22:26:28 -07:00
2007-02-08 14:16:46 -08:00
2007-04-25 22:28:06 -07:00
2007-03-05 13:32:48 -08:00
2006-12-22 11:12:07 -08:00
2007-04-25 22:27:13 -07:00
2007-04-25 22:27:13 -07:00
2007-06-07 13:40:10 -07:00
2006-12-02 21:21:39 -08:00
2006-12-02 21:23:41 -08:00
2007-06-07 13:38:51 -07:00
2006-12-02 21:26:15 -08:00
2007-05-24 18:17:54 -07:00
2007-04-25 22:25:31 -07:00
2007-04-26 20:43:56 -07:00
2007-04-25 22:24:59 -07:00
2007-05-05 11:45:53 -07:00
2006-12-02 21:22:52 -08:00
2007-04-25 22:27:06 -07:00
2007-06-08 13:33:09 -07:00
2007-06-07 13:40:10 -07:00
2007-02-12 09:48:44 -08:00
2007-04-25 22:26:28 -07:00
2007-04-25 22:29:07 -07:00
2006-12-02 21:30:55 -08:00
2006-12-02 21:21:12 -08:00
2007-04-25 22:27:55 -07:00
2006-12-07 08:39:25 -08:00
2007-02-12 09:48:44 -08:00
2007-02-10 23:20:38 -08:00
2007-04-26 00:57:41 -07:00
2007-04-25 22:27:56 -07:00
2007-05-31 01:23:32 -07:00
2007-04-25 22:29:34 -07:00
2007-05-31 01:23:34 -07:00
2006-12-07 08:39:25 -08:00
2006-12-02 21:22:46 -08:00
2007-06-07 13:40:50 -07:00
2007-06-07 13:40:50 -07:00
2007-04-27 15:31:24 -07:00
2007-04-25 22:29:41 -07:00
2007-02-08 13:34:36 -08:00
2007-04-25 22:24:32 -07:00
2007-08-09 14:27:26 -07:00