From 284e13279e8c8067f7a0046a7ca8ff7a16398feb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 30 Jun 2025 21:23:41 -0700 Subject: 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 --- gcc/go/gofrontend/MERGE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index b6fdf72..64eb27e 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -f5c453aa726ebb509e7b8cb20df7734f0e411404 +8aab4c94f039132b270ab03968f74d24d315e141 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. -- cgit v1.1