]> Cypherpunks.ru repositories - gostls13.git/commit
path/filepath: change IsAbs to treat \\host\share as an absolute path
authorYasuhiro Matsumoto <mattn.jp@gmail.com>
Thu, 15 Jul 2021 14:53:47 +0000 (23:53 +0900)
committerAlex Brainman <alex.brainman@gmail.com>
Wed, 18 Aug 2021 08:26:44 +0000 (08:26 +0000)
commit8b471db71b95e9250f751f494a6a5359cb50d5cd
tree2ae34c61660f77a3e574535f1b6ab1c00f9ed2ae
parent946e2543f878929752da9d16575dd5e96ac78532
path/filepath: change IsAbs to treat \\host\share as an absolute path

Fixes #47123

Change-Id: I2226b8a9ea24cd88171acfbaffea2566309416de
Reviewed-on: https://go-review.googlesource.com/c/go/+/334809
Trust: Alex Brainman <alex.brainman@gmail.com>
Trust: Hajime Hoshi <hajimehoshi@gmail.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
src/path/filepath/path_test.go
src/path/filepath/path_windows.go