]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.c
authorAdrian Bunk <bunk@stusta.de>
Tue, 14 Mar 2006 05:20:47 +0000 (21:20 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 14 Mar 2006 15:57:17 +0000 (07:57 -0800)
commit712917d1c002f820b177683f4fd491289bde3c32
tree059c7a9871803d8d5b4673d92bf21a9ae7738c8b
parent143f412eb4c7cc48b9eb4381f9133b7d36c68075
[PATCH] SUNRPC: fix a NULL pointer dereference in net/sunrpc/clnt.c

The Coverity checker spotted this possible NULL pointer dereference in
rpc_new_client().

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/sunrpc/clnt.c