gcc/libgo/go
Ian Lance Taylor 284e13279e syscall: pass correct pointer to system call in recvmsgRaw
The code in recvmsgRaw, introduced in https://go.dev/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.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/685177
2025-07-08 15:01:25 -07:00
..
archive
bufio
builtin
bytes
cmd cmd/go: permit $AR to include options 2023-09-06 11:37:20 -07:00
compress
container
context
crypto crypto/tls: fix Config.Time in tests using expired certificates 2025-01-06 09:59:32 -08:00
database/sql
debug
embed
encoding
errors
expvar
flag
fmt
go compiler: export the type "any" as a builtin 2024-02-02 15:03:47 -08:00
golang.org/x
hash
html
image
index/suffixarray
internal compiler, libgo: support bootstrapping gc compiler 2023-06-23 16:17:11 -07:00
io
log
math
mime
net
os
path
plugin
reflect
regexp
runtime runtime/testdata: fix for C23 nullptr keyword 2024-10-18 20:18:31 -07:00
sort
strconv
strings
sync
syscall syscall: pass correct pointer to system call in recvmsgRaw 2025-07-08 15:01:25 -07:00
testdata
testing
text
time
unicode
vendor
go.mod