]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add options to security whitelist
authorIan Lance Taylor <iant@golang.org>
Wed, 14 Feb 2018 01:43:16 +0000 (17:43 -0800)
committerIan Lance Taylor <iant@golang.org>
Thu, 15 Feb 2018 05:43:54 +0000 (05:43 +0000)
commitf7c2a71632854050d9fe6de115c6c346fcd9774c
tree5f1b45b2c45cc45a9f314c2f3fbddfe8b3078663
parent229a8ce639f6c729700ad19321705b654890b502
cmd/go: add options to security whitelist

Also permit passing flags to pkg-config, as we used to.

Also change the error message to refer to https://golang.org/s/invalidflag.

Fixes #23749

Change-Id: I3fbeb4c346610e6fd55e8720e720b0a40e352ab5
Reviewed-on: https://go-review.googlesource.com/93836
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/work/exec.go
src/cmd/go/internal/work/security.go
src/cmd/go/internal/work/security_test.go