From: Herbert Xu <[EMAIL PROTECTED]>
Date: Wed, 7 Nov 2007 09:11:24 +0800
> [IPSEC]: Fix crypto_alloc_comp error checking
>
> The function crypto_alloc_comp returns an errno instead of NULL
> to indicate error. So it needs to be tested with IS_ERR.
>
> This is based on a patch by Vicenç Beltran
On Wed, Nov 07, 2007 at 07:51:57AM +1100, James Morris wrote:
>
> -- Forwarded message --
> Date: Tue, 06 Nov 2007 14:53:30 +0100
> From: Vicenç <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Possible BUG on net/ipv4/ipcomp.c, line 358
>
> Hi James,
>
> I think there is a