Re: [2.6 patch] net/rxrpc/ar-connection.c: fix NULL dereference

2007-06-18 Thread David Howells
Adrian Bunk <[EMAIL PROTECTED]> wrote: > This patch fixes a NULL dereference spotted by the Coverity checker. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Acked-by: David Howells <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a messag

Re: [2.6 patch] net/rxrpc/ar-connection.c: fix NULL dereference

2007-06-15 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]> Date: Fri, 15 Jun 2007 23:45:13 +0200 > This patch fixes a NULL dereference spotted by the Coverity checker. > > Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> Looks good to me, patch applied, thanks Adrian. - To unsubscribe from this list: send the line "un

[2.6 patch] net/rxrpc/ar-connection.c: fix NULL dereference

2007-06-15 Thread Adrian Bunk
This patch fixes a NULL dereference spotted by the Coverity checker. Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- net/rxrpc/ar-connection.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.22-rc4-mm2/net/rxrpc/ar-connection.c.old 2007-06-15 23:05:26.0 +020