]> git.ipfire.org Git - people/ms/linux.git/commit
[PATCH] Fix IPCOMP crashes.
authorPatrick McHardy <kaber@trash.net>
Wed, 18 Jul 2007 09:26:27 +0000 (02:26 -0700)
committerWilly Tarreau <w@1wt.eu>
Sat, 25 Aug 2007 15:23:56 +0000 (17:23 +0200)
commite7ddaa5dcfb5af80d8e2d0c4a83de78f380cad3b
tree0acadb332b41ff8e39a06e194a67877c2bb45d0b
parent79774188b0a7e5930b9e561a153da0ef6a09f6a0
[PATCH] 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>
Signed-off-by: Willy Tarreau <w@1wt.eu>
include/net/xfrm.h
net/xfrm/xfrm_policy.c