Re: [IPSEC]: Fix zero return value in xfrm_lookup on error

2007-12-13 Thread David Miller
From: Herbert Xu [EMAIL PROTECTED] Date: Fri, 14 Dec 2007 00:44:48 +0800 [IPSEC]: Fix zero return value in xfrm_lookup on error Further testing shows that my ICMP relookup patch can cause xfrm_lookup to return zero on error which isn't very nice since it leads to the caller dying on null

[IPSEC]: Fix zero return value in xfrm_lookup on error

2007-12-13 Thread Herbert Xu
Hi Dave: Found another silly bug in my ICMP relookup patch. [IPSEC]: Fix zero return value in xfrm_lookup on error Further testing shows that my ICMP relookup patch can cause xfrm_lookup to return zero on error which isn't very nice since it leads to the caller dying on null pointer dereference