xfrm: Fix crashes in xfrm_lookup()
authorTimo Teräs <timo.teras@iki.fi>
Thu, 8 Apr 2010 18:27:42 +0000 (11:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Apr 2010 18:27:42 +0000 (11:27 -0700)
From: Timo Teräs <timo.teras@iki.fi>

Happens because CONFIG_XFRM_SUB_POLICY is not enabled, and one of
the helper functions I used did unexpected things in that case.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found