]> Cypherpunks repositories - gostls13.git/commit
goinstall: protect against malicious filenames.
authorRoger Peppe <rogpeppe@gmail.com>
Wed, 2 Mar 2011 20:04:08 +0000 (15:04 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 2 Mar 2011 20:04:08 +0000 (15:04 -0500)
commitc1fdb6f156f2854c9391028ae73594de626de69d
tree6b1c58044c084ceb9e28972561700f292808b4df
parent49a4d7dc39d315f75fe700e3a5b8b775a8acfcbf
goinstall: protect against malicious filenames.
It was possible to make package run arbitrary
commands when installing if its filenames contained
make metacharacters.

R=rsc, niemeyer
CC=golang-dev
https://golang.org/cl/4248041
src/cmd/goinstall/make.go