]> Cypherpunks repositories - gostls13.git/commit
net/http: remove check for null bytes in Dir.Open()
authorAnmol Sethi <anmol@aubble.com>
Sun, 8 Jan 2017 19:46:54 +0000 (14:46 -0500)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 1 Feb 2017 21:12:47 +0000 (21:12 +0000)
commit8b11e0b42d6466726639ac702c073047d9fadedb
treeae2831c1dac9c1694ade5629059f64b777a4aace
parent6d6360648a6820306a5ead6e2a0bf75ad0bb78d1
net/http: remove check for null bytes in Dir.Open()

The syscall package checks for null bytes now.
This was added in https://codereview.appspot.com/6458050

Change-Id: I59a2fed3757a25b85e2668905ff5cf2ec8c3a0d3
Reviewed-on: https://go-review.googlesource.com/34978
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/net/http/fs.go