]> Cypherpunks repositories - gostls13.git/commit
net/http: don't call FileSystem.Open with unclean index.html path
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 15 Sep 2014 11:14:33 +0000 (07:14 -0400)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 15 Sep 2014 11:14:33 +0000 (07:14 -0400)
commitbb431245cc9a464797b9c58fdf066d3969f66384
tree33d042080aedd1b72a150c8249a92f4137ef8759
parent5d5312c5dd979f8ae37482f0fc938587aeb5a245
net/http: don't call FileSystem.Open with unclean index.html path

Fixes #8722

LGTM=adg
R=adg
CC=golang-codereviews
https://golang.org/cl/142090043
src/net/http/fs.go
src/net/http/fs_test.go