Commit aaf75c12 authored by Alexey Kuznetsov's avatar Alexey Kuznetsov Committed by David S. Miller

[IPSEC]: Fix lockup in xfrm4_dst_check.

parent 8cafc847
......@@ -948,6 +948,7 @@ static struct dst_entry *xfrm4_dst_check(struct dst_entry *dst, u32 cookie)
dst_release(dst);
return NULL;
}
child = child->child;
}
return dst;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment