Ian Lance Taylor submitted the change![Open in Gerrit]()
Change information
Commit message:
syscall: pass correct pointer to system call in recvmsgRaw
The code in recvmsgRaw, introduced in CL 384695, incorrectly passed
&rsa to the recvmsg system call. But in recvmsgRaw rsa is already a
pointer passed by the caller. This change passes the correct pointer.
I'm guessing that this didn't show up in the testsuite because
we run the tests in short mode.
Change-Id: I4c1c6b2c4836dafe8ff14275693b8fa8433b3313
Files:
- M libgo/go/syscall/socket.go
Change size: XS
Delta: 1 file changed, 1 insertion(+), 1 deletion(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Cherry Mui, +1 by Dmitri Shuralyov, +1 by Than McIntosh
Open in Gerrit
Gerrit-MessageType: merged
Gerrit-Project: gofrontend
Gerrit-Branch: master
Gerrit-Change-Id: I4c1c6b2c4836dafe8ff14275693b8fa8433b3313
Gerrit-Change-Number: 685177
Gerrit-PatchSet: 2