]> Cypherpunks repositories - gostls13.git/commit
path/filepath: keep walking if EvalSymlinks returns symlink
authorAlex Brainman <alex.brainman@gmail.com>
Sun, 13 Dec 2015 23:33:56 +0000 (10:33 +1100)
committerRuss Cox <rsc@golang.org>
Mon, 14 Dec 2015 17:21:16 +0000 (17:21 +0000)
commit61eb7058d0bd04fe4f616ddd011e0c0cb2eaa39d
tree1efb88636a4d12cb3bc7c58a21b9de2aefc8f759
parentcf49b35bd000279137c353fbdc9c02610b67be27
path/filepath: keep walking if EvalSymlinks returns symlink

Fixes #13582

Change-Id: I220f3c7b9511b3c080874f5c42f2a431fdddcbb7
Reviewed-on: https://go-review.googlesource.com/17794
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/path/filepath/path_test.go
src/path/filepath/symlink.go
src/path/filepath/symlink_windows.go