]> Cypherpunks repositories - gostls13.git/commit
runtime: wait for preemption signals before syscall.Exec
authorIan Lance Taylor <iant@golang.org>
Thu, 15 Oct 2020 21:39:12 +0000 (14:39 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 16 Oct 2020 23:50:26 +0000 (23:50 +0000)
commit05739d6f17c57f09264272621b88725a463234d0
treea73e2e24c32ef4ded86525885caa2a4d02c9e4be
parent3eae1a905854fd9f4ebeeae406c4ebb88cbd779b
runtime: wait for preemption signals before syscall.Exec

Fixes #41702
Fixes #42023

Change-Id: If07f40b1d73b8f276ee28ffb8b7214175e56c24d
Reviewed-on: https://go-review.googlesource.com/c/go/+/262817
Trust: Ian Lance Taylor <iant@golang.org>
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/proc.go
src/runtime/signal_unix.go