From: Chuck Lever Date: Mon, 14 Jan 2008 20:12:08 +0000 (-0500) Subject: SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create() X-Git-Tag: v2.6.25-rc1~1146^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc881124b8aff83c7a28269ef9d9cfce543256c;p=pandora-kernel.git SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create() The variable "sin" is a pointer, so sizeof(sin) is the size of a pointer, not the size of thing that sin points to. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed