diff options
author | Nikhil Benesch <nikhil.benesch@gmail.com> | 2020-10-13 07:06:11 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2020-10-13 22:19:35 -0700 |
commit | 7355c1df55e28f3298b14a621968f9a27fdcd2bf (patch) | |
tree | 33298f04c7891854d25177057e79703325866cc9 /gcc | |
parent | 78fbe731a8822e819c4ca0e6d6f777c7a2f36bad (diff) | |
download | gcc-7355c1df55e28f3298b14a621968f9a27fdcd2bf.zip gcc-7355c1df55e28f3298b14a621968f9a27fdcd2bf.tar.gz gcc-7355c1df55e28f3298b14a621968f9a27fdcd2bf.tar.bz2 |
syscall: port fix for netbsd unix sockets from upstream
NetBSD does not include the null terminator when in its reported socket
length. Port the upstream bugfix for the issue (#6627).
This was likely missed during the usual upstream merge because the gc
and gccgo socket implementations have diverged quite a bit.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/261741
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 8f71939..80e702f 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -fef8afc1876f4a1d5e9a8fd54c21bf5917966e10 +5e76d81ec120e05a59e6c7d173ddf8a3de466bd0 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |