diff --git a/src/syscall/exec_linux.go b/src/syscall/exec_linux.go index 2a1f7ef1a7d74..feb1e26432b89 100644 --- a/src/syscall/exec_linux.go +++ b/src/syscall/exec_linux.go @@ -203,6 +203,7 @@ type cloneArgs struct { // //go:noinline //go:norace +//go:nocheckptr func forkAndExecInChild1(argv0 *byte, argv, envv []*byte, chroot, dir *byte, attr *ProcAttr, sys *SysProcAttr, pipe int) (pid uintptr, err1 Errno, mapPipe [2]int, locked bool) { // Defined in linux/prctl.h starting with Linux 4.3. const (