go/src/path/filepath
Mohit Agarwal 2619dccf3c path/filepath: in Rel use case-insensitive comparison on Windows
Compare basepath and targetpath using strings.EqualFold.  The absence
of this on Windows causes an unterminating condition in `for` statement
later in the function.

Fixes #13258

Change-Id: Ib5a0caba864ee425dc75ece47b9cf6fb626f47f1
Reviewed-on: https://go-review.googlesource.com/16857
Run-TryBot: Alex Brainman <alex.brainman@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
2015-11-17 23:48:47 +00:00
..
example_unix_test.go path/filepath: include the original paths in error messages 2015-11-17 23:46:38 +00:00
export_test.go
match.go
match_test.go path/filepath: disable symlink tests on android. 2015-10-20 22:18:43 +00:00
path.go path/filepath: in Rel use case-insensitive comparison on Windows 2015-11-17 23:48:47 +00:00
path_plan9.go path/filepath: in Rel use case-insensitive comparison on Windows 2015-11-12 19:58:37 +00:00
path_test.go path/filepath: in Rel use case-insensitive comparison on Windows 2015-11-17 23:48:47 +00:00
path_unix.go path/filepath: in Rel use case-insensitive comparison on Windows 2015-11-12 19:58:37 +00:00
path_windows.go path/filepath: in Rel use case-insensitive comparison on Windows 2015-11-12 19:58:37 +00:00
path_windows_test.go path/filepath: test EvalSymlinks returns canonical path on windows 2015-10-22 04:35:50 +00:00
symlink.go path/filepath: fix EvalSymlinks(".") on windows 2015-11-01 04:45:37 +00:00
symlink_unix.go
symlink_windows.go path/filepath: fix EvalSymlinks(".") on windows 2015-11-01 04:45:37 +00:00