go/src/path
Josh Bleecher Snyder d2c92f8453 path/filepath: prevent infinite recursion on Windows on UNC input
This is a minimal fix to prevent this and
other possible future infinite recursion.
We can put in a proper fix for UNC in Go 1.8.

Updates #15879

Change-Id: I3653cf5891bab8511adf66fa3c1a1d8912d1a293
Reviewed-on: https://go-review.googlesource.com/23572
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Gerrand <adg@golang.org>
2016-05-31 00:11:32 +00:00
..
filepath path/filepath: prevent infinite recursion on Windows on UNC input 2016-05-31 00:11:32 +00:00
example_test.go path, path/filepath: add Join example with joined rooted path 2016-04-03 16:55:51 +00:00
match.go all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
match_test.go
path.go Rewrite leftover references to plan9.bell-labs.com to 9p.io. 2016-03-06 07:07:01 +00:00
path_test.go path: fix up bizarre test 2016-03-16 03:59:03 +00:00