]> Cypherpunks repositories - gostls13.git/commit
os/exec: include Cmd.Start in the list of methods that run Cmd
authorSean Liao <sean@liao.dev>
Tue, 11 Nov 2025 21:08:26 +0000 (21:08 +0000)
committerAlan Donovan <adonovan@google.com>
Wed, 12 Nov 2025 15:27:58 +0000 (07:27 -0800)
commit65858a146e585b74d41db63f3821d6a150f36d49
tree9b8a23db09b3784e21f80a833129b87b2ac3e68c
parent4bfc3a9d14c0b3bfcfe4ce987e47cda6720785a2
os/exec: include Cmd.Start in the list of methods that run Cmd

Fixes #76265

Change-Id: I451271c5662dd3bcdeec07b55761b15f64c00dcd
Reviewed-on: https://go-review.googlesource.com/c/go/+/719860
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
src/os/exec/exec.go