mirror of https://github.com/golang/go.git
Following discussion on #43724, change os/exec to take the approach of golang.org/x/sys/execabs, refusing to respect path entries mentioning relative paths by default. Code that insists on being able to find executables in relative directories in the path will need to add a couple lines to override the error. See the updated package docs in exec.go for more details. Fixes #43724. Fixes #43947. Change-Id: I73c1214f322b60b4167a23e956e933d50470fe13 Reviewed-on: https://go-review.googlesource.com/c/go/+/381374 Reviewed-by: Bryan Mills <bcmills@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Bryan Mills <bcmills@google.com> |
||
|---|---|---|
| .. | ||
| 30715.txt | ||
| 35044.txt | ||
| 42710.txt | ||
| 43724.txt | ||
| 45628.txt | ||
| 45754.txt | ||
| 46057.txt | ||
| 46059.txt | ||
| 46121.txt | ||
| 46229.txt | ||
| 47005.txt | ||
| 50340.txt | ||
| 50599.txt | ||
| 50601.txt | ||
| 50674.txt | ||
| 51082.txt | ||
| 51414.txt | ||
| 51644.txt | ||
| 51684.txt | ||
| 51868.txt | ||