]> Cypherpunks repositories - gostls13.git/commit
path/filepath: ensure Glob does not ignore broken symlinks
authorKelsey Hightower <kelsey.hightower@gmail.com>
Tue, 4 Mar 2014 17:00:45 +0000 (09:00 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 4 Mar 2014 17:00:45 +0000 (09:00 -0800)
commit96c373f9e1eea8e13e1a8bcbfd1da8aada26fe90
tree78673f93a10483234388917b4935fe1d46350831
parent5f1e0fa538991cf2d2f0f48c8e15a3bca3f52918
path/filepath: ensure Glob does not ignore broken symlinks

Fixes #6463.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/69870050
src/pkg/path/filepath/match.go
src/pkg/path/filepath/match_test.go