]> Cypherpunks repositories - gostls13.git/commit
syscall: fix shadowing bugs in forkAndExecInChild
authorBryan C. Mills <bcmills@google.com>
Fri, 9 Dec 2022 17:25:22 +0000 (12:25 -0500)
committerBryan Mills <bcmills@google.com>
Mon, 12 Dec 2022 14:38:22 +0000 (14:38 +0000)
commit27301e8247580e456e712a07d68890dc1e857000
tree91aa802d697286e1a100ea65c636814218df0b21
parent6f7a95d25e1873a9685360ed7c15505bfdcbd05d
syscall: fix shadowing bugs in forkAndExecInChild

Fixes #57208.
Updates #23152.

Change-Id: Icc9a74aeb26f1b6f151162c5d6bf1b4d7cd54d0a
Reviewed-on: https://go-review.googlesource.com/c/go/+/456515
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/syscall/exec_freebsd.go
src/syscall/exec_linux.go