]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.23] syscall: don't send child signal when testing pidfd
authorIan Lance Taylor <iant@golang.org>
Thu, 20 Feb 2025 01:37:49 +0000 (17:37 -0800)
committerMichael Pratt <mpratt@google.com>
Wed, 26 Feb 2025 17:45:28 +0000 (09:45 -0800)
commitc57e2bd22c2ca4537987b696ec7ad141b8d8e5ed
tree208fa110282c5826dd57c1e427f91a0fad10ca84
parent2aaa3889710327925937e4bdfb0392d68a1e1afe
[release-branch.go1.23] syscall: don't send child signal when testing pidfd

Avoid a spurious SIGCHLD the first time we start a process.

For #71828
Fixes #71848

Change-Id: I744100d21bf6aaaaafc99bc5eec9f9f807a50682
Reviewed-on: https://go-review.googlesource.com/c/go/+/651055
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/os/exec/exec_posix_test.go
src/syscall/exec_linux.go