Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_crea…
…te() 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 <chuck.lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
- Loading branch information