git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67d6021
)
SUNRPC: rpcb_getport_sync() passes incorrect address size to rpc_create()
author
Chuck Lever
<chuck.lever@oracle.com>
Mon, 14 Jan 2008 20:12:08 +0000
(15:12 -0500)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:06:09 +0000
(
02:06
-0500)
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>
net/sunrpc/rpcb_clnt.c
patch
|
blob
|
history
diff --cc
net/sunrpc/rpcb_clnt.c
Simple merge