]> Cypherpunks repositories - gostls13.git/commit
path/filepath: Panic in Match when parsing invalid character range.
authorPieter Droogendijk <pieter@binky.org.uk>
Wed, 31 Jul 2013 06:58:28 +0000 (16:58 +1000)
committerRob Pike <r@golang.org>
Wed, 31 Jul 2013 06:58:28 +0000 (16:58 +1000)
commit27032fddee27dd3b02437b118e50c66586052830
tree89bf595c10cd10a88eb7f34d178588a267a6f343
parent53b61057b2ca71cc92ccdd6e7c91caf3fb00c3ef
path/filepath: Panic in Match when parsing invalid character range.

Fixes #5668.

R=golang-dev, rsc, r
CC=golang-dev
https://golang.org/cl/12001056
src/pkg/path/filepath/match.go
src/pkg/path/filepath/match_test.go
src/pkg/path/match_test.go