]> Cypherpunks repositories - gostls13.git/commit
syscall: Fix Getwd on Windows to correctly handle long paths.
authorQi Xiao <xiaq@google.com>
Sun, 11 Jun 2023 22:29:26 +0000 (23:29 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 14 Jun 2023 13:30:22 +0000 (13:30 +0000)
commitba4c6d1d6e36b9a4beee3f501fa8ad2e044d0768
tree15ece5d11a751f9bf2f0b4bf264336f48abcfaf4
parentc3db64c0f45e8f2d75c5b59401e0fc925701b6f4
syscall: Fix Getwd on Windows to correctly handle long paths.

Fixes #60051.

Change-Id: Ia68ca0493912cb09d8c1d36a144bf0725842af1d
Reviewed-on: https://go-review.googlesource.com/c/go/+/502415
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
src/syscall/syscall_windows.go
src/syscall/syscall_windows_test.go