]> git.baikalelectronics.ru Git - kernel.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)
commitdabc67a9d2718c5a3d67120c58c642e43d56b1a8
tree059c7a9871803d8d5b4673d92bf21a9ae7738c8b
parent0258c284cb5b6c1705e314f1d33aa43ee3fea87a
[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