]> Cypherpunks repositories - gostls13.git/commit
Revert "syscall: use Ctty before fd shuffle"
authorDamien Neil <dneil@google.com>
Wed, 26 Jun 2019 17:09:14 +0000 (17:09 +0000)
committerDamien Neil <dneil@google.com>
Thu, 27 Jun 2019 16:53:02 +0000 (16:53 +0000)
commite301e165ac3bd591a2c8b52dcc5bdd2b0ef68191
tree8e5d284291d28d8fdb241c142e4297f05ffac629
parent998a98984b5b32a0cab53e0fd690b5a01683db6a
Revert "syscall: use Ctty before fd shuffle"

This reverts commit 103b5b66921b351f8db4fc6e83bf147b1a0d7580.

Reason for revert: Breaks valid existing programs.

Updates #29458

Change-Id: I7ace4ae404cf2a8b0e15e646663c50115f74b758
Reviewed-on: https://go-review.googlesource.com/c/go/+/183939
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Greg Thelen <gthelen@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/signal/signal_cgo_test.go
src/syscall/exec_bsd.go
src/syscall/exec_darwin.go
src/syscall/exec_libc.go
src/syscall/exec_linux.go