diff options
author | Ian Lance Taylor <iant@golang.org> | 2025-06-30 21:23:41 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2025-07-08 15:01:25 -0700 |
commit | 284e13279e8c8067f7a0046a7ca8ff7a16398feb (patch) | |
tree | 7cb14bc3f970ab7e66758af3d2623fd803f372c2 /gcc/rust/backend | |
parent | ac2fb60a67d6d1de6446c25c5623b8a1389f4770 (diff) | |
download | gcc-284e13279e8c8067f7a0046a7ca8ff7a16398feb.zip gcc-284e13279e8c8067f7a0046a7ca8ff7a16398feb.tar.gz gcc-284e13279e8c8067f7a0046a7ca8ff7a16398feb.tar.bz2 |
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
Diffstat (limited to 'gcc/rust/backend')
0 files changed, 0 insertions, 0 deletions