]> Cypherpunks repositories - gostls13.git/commit
syscall: allow \x00-prefixed unix abstract socket to use full path length
authorAlbert Sundjaja <albertsundjaja@gmail.com>
Sat, 22 Feb 2025 23:02:57 +0000 (23:02 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 24 Feb 2025 17:43:24 +0000 (09:43 -0800)
commitfda918389947d32e854ddfc8c972b88bd31369c4
tree26dadf50d4d8f6555dad187a5c949ded5ed600a0
parente382bf5b322c9814e910212ebd19907b68606c49
syscall: allow \x00-prefixed unix abstract socket to use full path length

Fixes #70893

Change-Id: Ia0aaa497dad335fe962d52d3f115d26e8046e36f
GitHub-Last-Rev: 7dd663678d8aecdfac94541a570dfbd1aa2577e7
GitHub-Pull-Request: golang/go#71851
Reviewed-on: https://go-review.googlesource.com/c/go/+/650875
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Damien Neil <dneil@google.com>
src/net/unixsock_linux_test.go
src/net/unixsock_windows_test.go
src/syscall/syscall_linux.go
src/syscall/syscall_windows.go