]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.23] syscall: on exec failure, close pidfd
authorIan Lance Taylor <iant@golang.org>
Fri, 6 Sep 2024 19:19:01 +0000 (12:19 -0700)
committerGopher Robot <gobot@golang.org>
Wed, 18 Sep 2024 19:41:05 +0000 (19:41 +0000)
commitc8c6f9abfbbd2f949285a527036a3d0dbd991e74
tree95570f55e4cee55c64ee1804555844e28faeb166
parenta74951c5af5498db5d4be0c14dcaa45fb452e23a
[release-branch.go1.23] syscall: on exec failure, close pidfd

For #69284
Fixes #69402

Change-Id: I6350209302778ba5e44fa03d0b9e680d2b4ec192
Reviewed-on: https://go-review.googlesource.com/c/go/+/611495
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: roger peppe <rogpeppe@gmail.com>
Reviewed-by: Tim King <taking@google.com>
Auto-Submit: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
(cherry picked from commit 8926ca9c5ec3ea0b51e413e87f737aeb1422ea48)
Reviewed-on: https://go-review.googlesource.com/c/go/+/613616
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/os/pidfd_linux_test.go
src/syscall/exec_bsd.go
src/syscall/exec_freebsd.go
src/syscall/exec_libc.go
src/syscall/exec_libc2.go
src/syscall/exec_linux.go
src/syscall/exec_unix.go